Uses of Interface
com.sun.enterprise.security.jauth.AuthParam
-
Packages that use AuthParam Package Description com.sun.enterprise.security.jaspic This package contains much of the integration code for JASPIC.com.sun.enterprise.security.jauth com.sun.enterprise.security.jauth.jaspic.provider com.sun.enterprise.security.webservices -
-
Uses of AuthParam in com.sun.enterprise.security.jaspic
Methods in com.sun.enterprise.security.jaspic that return AuthParam Modifier and Type Method Description AuthParamWebServicesDelegate. newSOAPAuthParam(jakarta.security.auth.message.MessageInfo messageInfo) -
Uses of AuthParam in com.sun.enterprise.security.jauth
Classes in com.sun.enterprise.security.jauth that implement AuthParam Modifier and Type Class Description classHttpServletAuthParamAn HTTP Servlet authentication parameter that encapsulates HTTP Servlet request and response objects.Methods in com.sun.enterprise.security.jauth with parameters of type AuthParam Modifier and Type Method Description voidClientAuthContext. secureRequest(AuthParam param, Subject subject, Map sharedState)Secure a request message.voidClientAuthModule. secureRequest(AuthParam param, Subject subject, Map sharedState)Secure a request message.voidServerAuthContext. secureResponse(AuthParam param, Subject subject, Map sharedState)Secure the response to the client (sign and encrypt the response, for example).voidServerAuthModule. secureResponse(AuthParam param, Subject subject, Map sharedState)Secure the response to the client (sign and encrypt the response, for example).voidServerAuthContext. validateRequest(AuthParam param, Subject subject, Map sharedState)Authenticate a client request.voidServerAuthModule. validateRequest(AuthParam param, Subject subject, Map sharedState)Authenticate a client request.voidClientAuthContext. validateResponse(AuthParam param, Subject subject, Map sharedState)Validate received response.voidClientAuthModule. validateResponse(AuthParam param, Subject subject, Map sharedState)Validate received response. -
Uses of AuthParam in com.sun.enterprise.security.jauth.jaspic.provider
Classes in com.sun.enterprise.security.jauth.jaspic.provider that implement AuthParam Modifier and Type Class Description classSOAPAuthParamSOAP authentication parameter. -
Uses of AuthParam in com.sun.enterprise.security.webservices
Methods in com.sun.enterprise.security.webservices that return AuthParam Modifier and Type Method Description AuthParamWebServicesDelegateImpl. newSOAPAuthParam(jakarta.security.auth.message.MessageInfo messageInfo)
-