RequestSecurityTokenResponseType |
TokenCancelOperation.cancel(RequestSecurityTokenType request,
WebServiceContext context) |
protected TokenProviderParameters |
AbstractOperation.createTokenProviderParameters(RequestRequirements requestRequirements,
WebServiceContext context)
Create a TokenProviderParameters object given a RequestParser and WebServiceContext object
|
protected Element |
AbstractOperation.encryptToken(Element element,
String id,
EncryptionProperties encryptionProperties,
KeyRequirements keyRequirements,
WebServiceContext context)
Encrypt a Token element using the given arguments.
|
RequestSecurityTokenResponseType |
TokenRequestCollectionOperation.handleRequest(RequestSecurityTokenType request,
WebServiceContext context,
String requestType) |
RequestSecurityTokenResponseCollectionType |
TokenIssueOperation.issue(RequestSecurityTokenCollectionType requestCollection,
WebServiceContext context) |
RequestSecurityTokenResponseCollectionType |
TokenIssueOperation.issue(RequestSecurityTokenType request,
WebServiceContext context) |
RequestSecurityTokenResponseType |
TokenIssueOperation.issueSingle(RequestSecurityTokenType request,
WebServiceContext context) |
protected RequestRequirements |
AbstractOperation.parseRequest(RequestSecurityTokenType request,
WebServiceContext context)
Check the arguments from the STSProvider and parse the request.
|
protected void |
AbstractOperation.performDelegationHandling(RequestRequirements requestRequirements,
WebServiceContext context,
ReceivedToken token,
Principal tokenPrincipal,
Set<Principal> tokenRoles) |
RequestSecurityTokenResponseType |
TokenRenewOperation.renew(RequestSecurityTokenType request,
WebServiceContext context) |
RequestSecurityTokenResponseCollectionType |
TokenRequestCollectionOperation.requestCollection(RequestSecurityTokenCollectionType requestCollection,
WebServiceContext context) |
RequestSecurityTokenResponseType |
TokenValidateOperation.validate(RequestSecurityTokenType request,
WebServiceContext context) |
protected TokenValidatorResponse |
AbstractOperation.validateReceivedToken(WebServiceContext context,
String realm,
TokenRequirements tokenRequirements,
ReceivedToken token) |