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 TypeClassDescriptionclassThis 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 ofEXPIREDtokens.Token[]SimpleTokenStore.getRenewedTokens()Token[]TokenStorage.getRenewedTokens()Return the list of RENEWED tokens.Returns theTokenof 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 TypeMethodDescriptionvoidvoidAdd the given token to the list.protected voidSimpleTokenStore.processTokenExpiry(Token token) voidvoidUpdate an existing token. -
Uses of Token in org.apache.rahas.client
Methods in org.apache.rahas.client that return TokenModifier and TypeMethodDescriptionprotected TokenSTSClient.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 voidTokenIssuerUtil.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 TokenBindingBuilder.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)