public interface MessageAuthenticator
Modifier and Type | Method and Description |
---|---|
Object |
authenticate(Subject subject,
SecurityMechanism securityMechanism,
SecurityToken securityToken,
ProviderConfig config,
Object secureMessage,
boolean isLiberty)
Authenticates the web services client.
|
Object authenticate(Subject subject, SecurityMechanism securityMechanism, SecurityToken securityToken, ProviderConfig config, Object secureMessage, boolean isLiberty) throws SecurityException
subject
- the JAAS subject that may be used during authentication.securityMechanism
- the security mechanism that will be used to
authenticate the web services client.securityToken
- the security token that is used.config
- the provider configuration.secureMessage
- the secure SOAPMessage.
If the message security is provided by the WS-I profies, the
secureMessage object is of type
com.sun.identity.wss.security.handler.SecureSOAPMessage
. * If the message security is provided by the Liberty ID-WSF
profiles, the secure message is of type
com.sun.identity.liberty.ws.soapbinding.Message
.isLiberty
- boolean variable to indicate that the message
security is provided by the liberty security profiles.SecurityException
- if there is a failure in authentication.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.