| java.lang.Object com.sun.xml.ws.security.trust.impl.TrustPluginImpl
TrustPluginImpl | public class TrustPluginImpl implements TrustPlugin(Code) | | author: hr124446 |
Method Summary | |
protected static QName[] | doMexRequest(String wsdlLocation, String stsURI) This method uses mex client api to issue a mex request and return the
matching service name and port name
Parameters: stsURI - URI to the STS. | public void | process(IssuedTokenContext itc) | public IssuedTokenContext | process(PolicyAssertion token, PolicyAssertion localToken, String appliesTo) Obtain the Token by using WS-Trust or WS-SecureConversation. |
TrustPluginImpl | public TrustPluginImpl(Configuration config)(Code) | | Creates a new instance of TrustPluginImpl
|
doMexRequest | protected static QName[] doMexRequest(String wsdlLocation, String stsURI) throws WSTrustException(Code) | | This method uses mex client api to issue a mex request and return the
matching service name and port name
Parameters: stsURI - URI to the STS. Mex request will be issued to this address List of 2 QName objects. The first one will be serviceNameand the second one will be portName. |
process | public IssuedTokenContext process(PolicyAssertion token, PolicyAssertion localToken, String appliesTo)(Code) | | Obtain the Token by using WS-Trust or WS-SecureConversation.
issuedToken, an instance of or assertion issuedTokenContext, a context containing the issued Token and related information |
|
|