public class WSTrustContractImpl extends Object implements WSTrustContract<BaseSTSRequest,BaseSTSResponse>
| Modifier and Type | Field and Description |
|---|---|
protected WSTrustElementFactory |
eleFac |
protected static String |
SAML_SENDER_VOUCHES_1_0 |
protected static String |
SAML_SENDER_VOUCHES_2_0 |
protected STSConfiguration |
stsConfig |
protected WSTrustVersion |
wstVer |
| Constructor and Description |
|---|
WSTrustContractImpl() |
| Modifier and Type | Method and Description |
|---|---|
BaseSTSResponse |
cancel(BaseSTSRequest rst,
IssuedTokenContext context,
Map map) |
protected void |
handleExtension(BaseSTSRequest request,
BaseSTSResponse response,
IssuedTokenContext context) |
void |
handleUnsolicited(BaseSTSResponse rstr,
IssuedTokenContext context) |
void |
init(STSConfiguration stsConfig) |
BaseSTSResponse |
issue(BaseSTSRequest request,
IssuedTokenContext context) |
BaseSTSResponse |
renew(BaseSTSRequest rst,
IssuedTokenContext context) |
BaseSTSResponse |
validate(BaseSTSRequest request,
IssuedTokenContext context) |
protected static final String SAML_SENDER_VOUCHES_1_0
protected static final String SAML_SENDER_VOUCHES_2_0
protected STSConfiguration stsConfig
protected WSTrustVersion wstVer
protected WSTrustElementFactory eleFac
public void init(STSConfiguration stsConfig)
init in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>public BaseSTSResponse issue(BaseSTSRequest request, IssuedTokenContext context) throws WSTrustException
issue in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>WSTrustExceptionprotected void handleExtension(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) throws WSTrustException
WSTrustExceptionpublic BaseSTSResponse renew(BaseSTSRequest rst, IssuedTokenContext context) throws WSTrustException
renew in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>WSTrustExceptionpublic BaseSTSResponse cancel(BaseSTSRequest rst, IssuedTokenContext context, Map map) throws WSTrustException
cancel in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>WSTrustExceptionpublic BaseSTSResponse validate(BaseSTSRequest request, IssuedTokenContext context) throws WSTrustException
validate in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>WSTrustExceptionpublic void handleUnsolicited(BaseSTSResponse rstr, IssuedTokenContext context) throws WSTrustException
handleUnsolicited in interface WSTrustContract<BaseSTSRequest,BaseSTSResponse>WSTrustExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.