Uses of Interface
jakarta.security.auth.message.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.message
Methods in jakarta.security.auth.message that return MessagePolicy.ProtectionPolicy Modifier and Type Method Description MessagePolicy.ProtectionPolicy
MessagePolicy.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.