|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReceivedToken | |
|---|---|
| org.apache.cxf.sts.operation | |
| org.apache.cxf.sts.request | |
| org.apache.cxf.sts.token.canceller | |
| org.apache.cxf.sts.token.renewer | |
| org.apache.cxf.sts.token.validator | |
| Uses of ReceivedToken in org.apache.cxf.sts.operation |
|---|
| Methods in org.apache.cxf.sts.operation with parameters of type ReceivedToken | |
|---|---|
protected void |
AbstractOperation.processValidToken(TokenProviderParameters providerParameters,
ReceivedToken validatedToken,
TokenValidatorResponse tokenResponse)
|
protected TokenValidatorResponse |
AbstractOperation.validateReceivedToken(javax.xml.ws.WebServiceContext context,
String realm,
TokenRequirements tokenRequirements,
ReceivedToken token)
|
| Uses of ReceivedToken in org.apache.cxf.sts.request |
|---|
| Methods in org.apache.cxf.sts.request that return ReceivedToken | |
|---|---|
ReceivedToken |
TokenRequirements.getActAs()
|
ReceivedToken |
TokenRequirements.getCancelTarget()
|
ReceivedToken |
TokenRequirements.getOnBehalfOf()
|
ReceivedToken |
TokenRequirements.getRenewTarget()
|
ReceivedToken |
TokenRequirements.getValidateTarget()
|
| Methods in org.apache.cxf.sts.request with parameters of type ReceivedToken | |
|---|---|
void |
TokenRequirements.setActAs(ReceivedToken actAs)
|
void |
TokenRequirements.setCancelTarget(ReceivedToken cancelTarget)
|
void |
TokenRequirements.setOnBehalfOf(ReceivedToken onBehalfOf)
|
void |
TokenRequirements.setRenewTarget(ReceivedToken renewTarget)
|
void |
TokenRequirements.setValidateTarget(ReceivedToken validateTarget)
|
| Uses of ReceivedToken in org.apache.cxf.sts.token.canceller |
|---|
| Methods in org.apache.cxf.sts.token.canceller that return ReceivedToken | |
|---|---|
ReceivedToken |
TokenCancellerResponse.getToken()
|
ReceivedToken |
TokenCancellerParameters.getToken()
|
| Methods in org.apache.cxf.sts.token.canceller with parameters of type ReceivedToken | |
|---|---|
boolean |
SCTCanceller.canHandleToken(ReceivedToken targetToken)
Return true if this TokenCanceller implementation is capable of cancelling the ReceivedToken argument. |
boolean |
TokenCanceller.canHandleToken(ReceivedToken cancelTarget)
Return true if this TokenCanceller implementation is able to cancel a token that corresponds to the given token. |
void |
TokenCancellerResponse.setToken(ReceivedToken token)
|
void |
TokenCancellerParameters.setToken(ReceivedToken token)
|
| Uses of ReceivedToken in org.apache.cxf.sts.token.renewer |
|---|
| Methods in org.apache.cxf.sts.token.renewer that return ReceivedToken | |
|---|---|
ReceivedToken |
TokenRenewerParameters.getToken()
|
| Methods in org.apache.cxf.sts.token.renewer with parameters of type ReceivedToken | |
|---|---|
boolean |
SAMLTokenRenewer.canHandleToken(ReceivedToken renewTarget)
Return true if this TokenRenewer implementation is able to renew a token. |
boolean |
TokenRenewer.canHandleToken(ReceivedToken renewTarget)
Return true if this TokenRenewer implementation is able to renew a token. |
boolean |
SAMLTokenRenewer.canHandleToken(ReceivedToken renewTarget,
String realm)
Return true if this TokenRenewer implementation is able to renew a token in the given realm. |
boolean |
TokenRenewer.canHandleToken(ReceivedToken renewTarget,
String realm)
Return true if this TokenRenewer implementation is able to renew a token in the given realm. |
void |
TokenRenewerParameters.setToken(ReceivedToken token)
|
| Uses of ReceivedToken in org.apache.cxf.sts.token.validator |
|---|
| Methods in org.apache.cxf.sts.token.validator that return ReceivedToken | |
|---|---|
ReceivedToken |
TokenValidatorResponse.getToken()
|
ReceivedToken |
TokenValidatorParameters.getToken()
|
| Methods in org.apache.cxf.sts.token.validator with parameters of type ReceivedToken | |
|---|---|
boolean |
X509TokenValidator.canHandleToken(ReceivedToken validateTarget)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
boolean |
SCTValidator.canHandleToken(ReceivedToken validateTarget)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
boolean |
SAMLTokenValidator.canHandleToken(ReceivedToken validateTarget)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
boolean |
TokenValidator.canHandleToken(ReceivedToken validateTarget)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
boolean |
UsernameTokenValidator.canHandleToken(ReceivedToken validateTarget)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
boolean |
X509TokenValidator.canHandleToken(ReceivedToken validateTarget,
String realm)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
boolean |
SCTValidator.canHandleToken(ReceivedToken validateTarget,
String realm)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
boolean |
SAMLTokenValidator.canHandleToken(ReceivedToken validateTarget,
String realm)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
boolean |
TokenValidator.canHandleToken(ReceivedToken validateTarget,
String realm)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument in the given realm. |
boolean |
UsernameTokenValidator.canHandleToken(ReceivedToken validateTarget,
String realm)
Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument. |
void |
TokenValidatorResponse.setToken(ReceivedToken token)
|
void |
TokenValidatorParameters.setToken(ReceivedToken token)
|
protected boolean |
SAMLTokenValidator.validateConditions(org.apache.ws.security.saml.ext.AssertionWrapper assertion,
ReceivedToken validateTarget)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||