com.sun.xml.ws.security.trust.impl
Class WSTrustContractImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.WSTrustContractImpl
- All Implemented Interfaces:
- WSTrustContract<BaseSTSRequest,BaseSTSResponse>
- Direct Known Subclasses:
- ICContractImpl
public class WSTrustContractImpl
- extends java.lang.Object
- implements WSTrustContract<BaseSTSRequest,BaseSTSResponse>
- Author:
- Jiandong Guo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAML_SENDER_VOUCHES_1_0
protected static final java.lang.String SAML_SENDER_VOUCHES_1_0
- See Also:
- Constant Field Values
SAML_SENDER_VOUCHES_2_0
protected static final java.lang.String SAML_SENDER_VOUCHES_2_0
- See Also:
- Constant Field Values
stsConfig
protected STSConfiguration stsConfig
wstVer
protected WSTrustVersion wstVer
eleFac
protected WSTrustElementFactory eleFac
WSTrustContractImpl
public WSTrustContractImpl()
init
public void init(STSConfiguration stsConfig)
- Specified by:
init in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
issue
public BaseSTSResponse issue(BaseSTSRequest request,
IssuedTokenContext context)
throws WSTrustException
- Specified by:
issue in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
- Throws:
WSTrustException
handleExtension
protected void handleExtension(BaseSTSRequest request,
BaseSTSResponse response,
IssuedTokenContext context)
throws WSTrustException
- Throws:
WSTrustException
renew
public BaseSTSResponse renew(BaseSTSRequest rst,
IssuedTokenContext context)
throws WSTrustException
- Specified by:
renew in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
- Throws:
WSTrustException
cancel
public BaseSTSResponse cancel(BaseSTSRequest rst,
IssuedTokenContext context,
java.util.Map map)
throws WSTrustException
- Specified by:
cancel in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
- Throws:
WSTrustException
validate
public BaseSTSResponse validate(BaseSTSRequest request,
IssuedTokenContext context)
throws WSTrustException
- Specified by:
validate in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
- Throws:
WSTrustException
handleUnsolicited
public void handleUnsolicited(BaseSTSResponse rstr,
IssuedTokenContext context)
throws WSTrustException
- Specified by:
handleUnsolicited in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
- Throws:
WSTrustException
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.