Uses of Interface
jakarta.security.auth.message.MessageInfo
-
Packages that use MessageInfo Package Description jakarta.security.auth.message This package defines the core interfaces of Jakarta Authentication.jakarta.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package. -
-
Uses of MessageInfo in jakarta.security.auth.message
Methods in jakarta.security.auth.message with parameters of type MessageInfo Modifier and Type Method Description default void
ClientAuth. cleanSubject(MessageInfo messageInfo, Subject subject)
Remove implementation specific principals and credentials from the subject.default void
ServerAuth. cleanSubject(MessageInfo messageInfo, Subject subject)
Remove method specific principals and credentials from the subject.Object
MessagePolicy.Target. get(MessageInfo messageInfo)
Get the Object identified by the Target from the MessageInfo.void
MessagePolicy.Target. put(MessageInfo messageInfo, Object data)
Put the Object into the MessageInfo at the location identified by the target.void
MessagePolicy.Target. remove(MessageInfo messageInfo)
Remove the Object identified by the Target from the MessageInfo.AuthStatus
ClientAuth. secureRequest(MessageInfo messageInfo, Subject clientSubject)
Secure a service request message before sending it to the service.default AuthStatus
ServerAuth. secureResponse(MessageInfo messageInfo, Subject serviceSubject)
Secure a service response before sending it to the client.AuthStatus
ServerAuth. validateRequest(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject)
Authenticate a received service request.default AuthStatus
ClientAuth. validateResponse(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject)
Validate a received service response. -
Uses of MessageInfo in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config with parameters of type MessageInfo Modifier and Type Method Description String
AuthConfig. getAuthContextID(MessageInfo messageInfo)
Get the authentication context identifier corresponding to the request and response objects encapsulated in messageInfo. -
Uses of MessageInfo in jakarta.security.enterprise.authentication.mechanism.http
Methods in jakarta.security.enterprise.authentication.mechanism.http that return MessageInfo Modifier and Type Method Description MessageInfo
HttpMessageContext. getMessageInfo()
Returns the the low level Jakarta Authentication message info instance for the current request.MessageInfo
HttpMessageContextWrapper. getMessageInfo()
-