Uses of Class
org.apache.rahas.Token
Package
Description
-
Uses of Token in org.apache.rahas
Modifier and TypeClassDescriptionclass
This token is used store Encrypted Key Tokens.Modifier 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.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected Token
BindingBuilder.getToken
(RampartMessageData rmd, String tokenId) Get hold of the token from the token storageModifier and TypeMethodDescriptionprotected byte[]
BindingBuilder.doSymmSignature
(RampartMessageData rmd, Token policyToken, Token tok, List<org.apache.wss4j.common.WSEncryptionPart> sigParts)