Uses of Class
org.apache.rahas.Token
Packages that use Token
Package
Description
-
Uses of Token in org.apache.rahas
Subclasses of Token in org.apache.rahasModifier and TypeClassDescriptionclass
This token is used store Encrypted Key Tokens.Methods in org.apache.rahas that return TokenModifier and TypeMethodDescriptionToken[]
SimpleTokenStore.getCancelledTokens()
Token[]
TokenStorage.getCancelledTokens()
Return the list of CANCELLED tokensToken[]
SimpleTokenStore.getExpiredTokens()
Token[]
TokenStorage.getExpiredTokens()
Return the list ofEXPIRED
tokens.Token[]
SimpleTokenStore.getRenewedTokens()
Token[]
TokenStorage.getRenewedTokens()
Return the list of RENEWED tokens.Returns theToken
of the given idToken[]
SimpleTokenStore.getValidTokens()
Token[]
TokenStorage.getValidTokens()
Return the list of ISSUED and RENEWED tokens.Methods in org.apache.rahas with parameters of type TokenModifier and TypeMethodDescriptionvoid
void
Add the given token to the list.protected void
SimpleTokenStore.processTokenExpiry
(Token token) void
void
Update an existing token. -
Uses of Token in org.apache.rahas.client
Methods in org.apache.rahas.client that return TokenModifier and TypeMethodDescriptionprotected Token
STSClient.processIssueResponse
(int version, org.apache.axiom.om.OMElement result, String issuerAddress) Processes the response from Token issuer.STSClient.requestSecurityToken
(org.apache.neethi.Policy servicePolicy, String issuerAddress, org.apache.neethi.Policy issuerPolicy, String appliesTo) -
Uses of Token in org.apache.rahas.impl
Methods in org.apache.rahas.impl with parameters of type TokenModifier and TypeMethodDescriptionstatic void
TokenIssuerUtil.handleRequestedProofToken
(RahasData data, int wstVersion, AbstractIssuerConfig config, org.apache.axiom.om.OMElement rstrElem, Token token, Document doc) -
Uses of Token in org.apache.rampart.builder
Methods in org.apache.rampart.builder that return TokenModifier and TypeMethodDescriptionprotected Token
BindingBuilder.getToken
(RampartMessageData rmd, String tokenId) Get hold of the token from the token storageMethods in org.apache.rampart.builder with parameters of type TokenModifier and TypeMethodDescriptionprotected byte[]
BindingBuilder.doSymmSignature
(RampartMessageData rmd, Token policyToken, Token tok, List<org.apache.wss4j.common.WSEncryptionPart> sigParts)