Class MessagePolicy.TargetPolicy

java.lang.Object
jakarta.security.auth.message.MessagePolicy.TargetPolicy
Enclosing class:
MessagePolicy

public static class MessagePolicy.TargetPolicy extends Object
This class defines the message protection policies for specific Targets.

This class is used to associate a message protection policy with targets within a message. Message targets are represented using an implementation of the Target interface matched to the message types in MessageInfo. The message protection policy is identified by an implementation of the ProtectionPolicy interface.

See Also: