Uses of Class
javax.security.auth.message.AuthException
Packages that use AuthException
Package
Description
This package defines the core interfaces of Jakarta Authentication.
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms.
-
Uses of AuthException in javax.security.auth.message
Methods in javax.security.auth.message that throw AuthExceptionModifier and TypeMethodDescriptionvoidClientAuth.cleanSubject(MessageInfo messageInfo, Subject subject) Remove implementation specific principals and credentials from the subject.voidServerAuth.cleanSubject(MessageInfo messageInfo, Subject subject) Remove method specific principals and credentials from the subject.ClientAuth.secureRequest(MessageInfo messageInfo, Subject clientSubject) Secure a service request message before sending it to the service.ServerAuth.secureResponse(MessageInfo messageInfo, Subject serviceSubject) Secure a service response before sending it to the client.ServerAuth.validateRequest(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject) Authenticate a received service request.ClientAuth.validateResponse(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject) Validate a received service response. -
Uses of AuthException in javax.security.auth.message.config
Methods in javax.security.auth.message.config that throw AuthExceptionModifier and TypeMethodDescriptionClientAuthConfig.getAuthContext(String authContextID, Subject clientSubject, Map properties) Get a ClientAuthContext instance from this ClientAuthConfig.ServerAuthConfig.getAuthContext(String authContextID, Subject serviceSubject, Map properties) Get a ServerAuthContext instance from this ServerAuthConfig.AuthConfigProvider.getClientAuthConfig(String layer, String appContext, CallbackHandler handler) Get an instance of ClientAuthConfig from this provider.AuthConfigProvider.getServerAuthConfig(String layer, String appContext, CallbackHandler handler) Get an instance of ServerAuthConfig from this provider. -
Uses of AuthException in javax.security.auth.message.module
Methods in javax.security.auth.message.module that throw AuthExceptionModifier and TypeMethodDescriptionvoidClientAuthModule.initialize(MessagePolicy requestPolicy, MessagePolicy responsePolicy, CallbackHandler handler, Map options) Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.voidServerAuthModule.initialize(MessagePolicy requestPolicy, MessagePolicy responsePolicy, CallbackHandler handler, Map options) Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.