|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.provider.wsit.WSITClientAuthModule
public class WSITClientAuthModule
| Field Summary | |
|---|---|
protected static java.lang.String |
DEBUG
|
| Constructor Summary | |
|---|---|
WSITClientAuthModule()
Creates a new instance of WSITClientAuthModule |
|
| Method Summary | |
|---|---|
void |
cleanSubject(MessageInfo messageInfo,
javax.security.auth.Subject subject)
Remove implementation specific principals and credentials from the subject. |
java.lang.Class[] |
getSupportedMessageTypes()
Get the one or more Class objects representing the message types supported by the module. |
void |
initialize(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
javax.security.auth.callback.CallbackHandler handler,
java.util.Map options)
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties. |
AuthStatus |
secureRequest(MessageInfo messageInfo,
javax.security.auth.Subject clientSubject)
Secure a service request message before sending it to the service. |
AuthStatus |
validateResponse(MessageInfo messageInfo,
javax.security.auth.Subject clientSubject,
javax.security.auth.Subject serviceSubject)
Validate a received service response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String DEBUG
| Constructor Detail |
|---|
public WSITClientAuthModule()
| Method Detail |
|---|
public void initialize(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
javax.security.auth.callback.CallbackHandler handler,
java.util.Map options)
throws AuthException
ClientAuthModuleThe request policy and the response policy must not both be null.
initialize in interface ClientAuthModulerequestPolicy - The request policy this module must enforce,
or null.responsePolicy - The response policy this module must enforce,
or null.handler - CallbackHandler used to request information.options - A Map of module-specific configuration properties.
AuthException - If module initialization fails, including for
the case where the options argument contains elements that are not
supported by the module.public java.lang.Class[] getSupportedMessageTypes()
ClientAuthModule
getSupportedMessageTypes in interface ClientAuthModule
public AuthStatus secureRequest(MessageInfo messageInfo,
javax.security.auth.Subject clientSubject)
throws AuthException
ClientAuthThis method is called to transform the request message acquired by calling getRequestMessage (on messageInfo) into the mechanism-specific form to be sent by the runtime.
This method conveys the outcome of its message processing either by returning an AuthStatus value or by throwing an AuthException.
secureRequest in interface ClientAuthmessageInfo - A contextual object that encapsulates the
client request and server response objects, and that may be
used to save state across a sequence of calls made to the
methods of this interface for the purpose of completing a
secure message exchange.clientSubject - A Subject that represents the source of the
service
request, or null. It may be used by the method implementation
as the source of Principals or credentials to be used to
secure the request. If the Subject is not null, the method
implementation may add additional Principals or credentials
(pertaining to the source of the service request) to the
Subject.
validateResponse must be able
to obtain the original application request message.
AuthException - When the message processing failed without
establishing a failure response message (in messageInfo).
public AuthStatus validateResponse(MessageInfo messageInfo,
javax.security.auth.Subject clientSubject,
javax.security.auth.Subject serviceSubject)
throws AuthException
ClientAuthThis method is called to transform the mechanism-specific response message acquired by calling getResponseMessage (on messageInfo) into the validated application message to be returned to the message processing runtime. If the response message is a (mechanism-specific) meta-message, the method implementation must attempt to transform the meta-message into the next mechanism-specific request message to be sent by the runtime.
This method conveys the outcome of its message processing either by returning an AuthStatus value or by throwing an AuthException.
validateResponse in interface ClientAuthmessageInfo - A contextual object that encapsulates the
client request and server response objects, and that may be
used to save state across a sequence of calls made to the
methods of this interface for the purpose of completing a
secure message exchange.clientSubject - A Subject that represents the recipient of the
service response, or null. It may be used by the method
implementation as the source of Principals or credentials to
be used to validate the response. If the Subject is not null,
the method implementation may add additional Principals or
credentials (pertaining to the recipient of the service
request) to the Subject.serviceSubject - A Subject that represents the source of the
service response, or null. If the Subject is not null,
the method implementation may add additional Principals or
credentials (pertaining to the source of the service
response) to the Subject.
AuthException - When the message processing failed without
establishing a failure response message (in messageInfo).
public void cleanSubject(MessageInfo messageInfo,
javax.security.auth.Subject subject)
throws AuthException
ClientAuth
cleanSubject in interface ClientAuthmessageInfo - A contextual object that encapsulates the
client request and server response objects, and that may be
used to save state across a sequence of calls made to the
methods of this interface for the purpose of completing a
secure message exchange.subject - The Subject instance from which the Principals and
credentials are to be removed.
AuthException - If an error occurs during the Subject
processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||