|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.trust.impl.WSTrustContractImpl
public class WSTrustContractImpl
Field Summary | |
---|---|
protected WSTrustElementFactory |
eleFac
|
protected static java.lang.String |
SAML_SENDER_VOUCHES_1_0
|
protected static java.lang.String |
SAML_SENDER_VOUCHES_2_0
|
protected STSConfiguration |
stsConfig
|
protected WSTrustVersion |
wstVer
|
Constructor Summary | |
---|---|
WSTrustContractImpl()
|
Method Summary | |
---|---|
BaseSTSResponse |
cancel(BaseSTSRequest rst,
com.sun.xml.ws.security.IssuedTokenContext context,
java.util.Map map)
Cancel a Token |
protected void |
handleExtension(BaseSTSRequest request,
BaseSTSResponse response,
com.sun.xml.ws.security.IssuedTokenContext context)
|
void |
handleUnsolicited(BaseSTSResponse rstr,
com.sun.xml.ws.security.IssuedTokenContext context)
handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation. |
void |
init(STSConfiguration stsConfig)
|
BaseSTSResponse |
issue(BaseSTSRequest request,
com.sun.xml.ws.security.IssuedTokenContext context)
Issue a Token |
BaseSTSResponse |
renew(BaseSTSRequest rst,
com.sun.xml.ws.security.IssuedTokenContext context)
Renew a Token |
BaseSTSResponse |
validate(BaseSTSRequest request,
com.sun.xml.ws.security.IssuedTokenContext context)
Validate a Token |
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 SAML_SENDER_VOUCHES_1_0
protected static final java.lang.String SAML_SENDER_VOUCHES_2_0
protected STSConfiguration stsConfig
protected WSTrustVersion wstVer
protected WSTrustElementFactory eleFac
Constructor Detail |
---|
public WSTrustContractImpl()
Method Detail |
---|
public void init(STSConfiguration stsConfig)
init
in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
public BaseSTSResponse issue(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context) throws WSTrustException
WSTrustContract
issue
in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
WSTrustException
protected void handleExtension(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context) throws WSTrustException
WSTrustException
public BaseSTSResponse renew(BaseSTSRequest rst, com.sun.xml.ws.security.IssuedTokenContext context) throws WSTrustException
WSTrustContract
renew
in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
WSTrustException
public BaseSTSResponse cancel(BaseSTSRequest rst, com.sun.xml.ws.security.IssuedTokenContext context, java.util.Map map) throws WSTrustException
WSTrustContract
cancel
in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
WSTrustException
public BaseSTSResponse validate(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context) throws WSTrustException
WSTrustContract
validate
in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
WSTrustException
public void handleUnsolicited(BaseSTSResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context) throws WSTrustException
WSTrustContract
handleUnsolicited
in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>
WSTrustException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |