public interface SecurityTokenService
Modifier and Type | Method and Description |
---|---|
RequestSecurityTokenResponseType |
cancel(RequestSecurityTokenType request) |
RequestSecurityTokenResponseCollectionType |
issue(RequestSecurityTokenType request) |
RequestSecurityTokenResponseType |
issueSingle(RequestSecurityTokenType request) |
RequestSecurityTokenResponseType |
keyExchangeToken(RequestSecurityTokenType request) |
RequestSecurityTokenResponseType |
renew(RequestSecurityTokenType request) |
RequestSecurityTokenResponseCollectionType |
requestCollection(RequestSecurityTokenCollectionType requestCollection) |
RequestSecurityTokenResponseType |
validate(RequestSecurityTokenType request) |
@Action(input="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/KET", output="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/KETFinal") RequestSecurityTokenResponseType keyExchangeToken(RequestSecurityTokenType request)
@Action(input="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", output="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal") RequestSecurityTokenResponseCollectionType issue(RequestSecurityTokenType request)
@Action(input="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", output="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal") RequestSecurityTokenResponseType issueSingle(RequestSecurityTokenType request)
@Action(input="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel", output="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/CancelFinal") RequestSecurityTokenResponseType cancel(RequestSecurityTokenType request)
@Action(input="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate", output="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal") RequestSecurityTokenResponseType validate(RequestSecurityTokenType request)
RequestSecurityTokenResponseCollectionType requestCollection(RequestSecurityTokenCollectionType requestCollection)
@Action(input="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Renew", output="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/RenewFinal") RequestSecurityTokenResponseType renew(RequestSecurityTokenType request)
Apache CXF