Uses of Interface
jakarta.security.auth.message.MessagePolicy.ProtectionPolicy
- 
Packages that use MessagePolicy.ProtectionPolicy Package Description jakarta.security.auth.message This package defines the core interfaces of Jakarta Authentication.
- 
- 
Uses of MessagePolicy.ProtectionPolicy in jakarta.security.auth.messageMethods in jakarta.security.auth.message that return MessagePolicy.ProtectionPolicy Modifier and Type Method Description MessagePolicy.ProtectionPolicyMessagePolicy.TargetPolicy. getProtectionPolicy()Get the ProtectionPolicy that applies to the targets.Constructors in jakarta.security.auth.message with parameters of type MessagePolicy.ProtectionPolicy Constructor Description TargetPolicy(MessagePolicy.Target[] targets, MessagePolicy.ProtectionPolicy protectionPolicy)Create a TargetPolicy instance with an array of Targets and with a ProtectionPolicy.
 
-