Package | Description |
---|---|
org.apache.rahas | |
org.apache.rahas.client | |
org.apache.rahas.impl | |
org.apache.rampart.builder |
Modifier and Type | Class and Description |
---|---|
class |
EncryptedKeyToken
This token is used store Encrypted Key Tokens.
|
Modifier and Type | Method and Description |
---|---|
Token[] |
TokenStorage.getCancelledTokens()
Return the list of CANCELLED tokens
|
Token[] |
SimpleTokenStore.getCancelledTokens() |
Token[] |
TokenStorage.getExpiredTokens()
Return the list of
EXPIRED tokens. |
Token[] |
SimpleTokenStore.getExpiredTokens() |
Token[] |
TokenStorage.getRenewedTokens()
Return the list of RENEWED tokens.
|
Token[] |
SimpleTokenStore.getRenewedTokens() |
Token |
TokenStorage.getToken(String id)
Returns the
Token of the given id |
Token |
SimpleTokenStore.getToken(String id) |
Token[] |
TokenStorage.getValidTokens()
Return the list of ISSUED and RENEWED tokens.
|
Token[] |
SimpleTokenStore.getValidTokens() |
Modifier and Type | Method and Description |
---|---|
void |
TokenStorage.add(Token token)
Add the given token to the list.
|
void |
SimpleTokenStore.add(Token token) |
void |
TokenStorage.update(Token token)
Update an existing token.
|
void |
SimpleTokenStore.update(Token token) |
Modifier and Type | Method and Description |
---|---|
protected Token |
STSClient.processIssueResponse(int version,
org.apache.axiom.om.OMElement result,
String issuerAddress)
Processes the response from Token issuer.
|
Token |
STSClient.requestSecurityToken(org.apache.neethi.Policy servicePolicy,
String issuerAddress,
org.apache.neethi.Policy issuerPolicy,
String appliesTo) |
Modifier and Type | Method and Description |
---|---|
static void |
TokenIssuerUtil.handleRequestedProofToken(RahasData data,
int wstVersion,
AbstractIssuerConfig config,
org.apache.axiom.om.OMElement rstrElem,
Token token,
Document doc) |
Modifier and Type | Method and Description |
---|---|
protected Token |
BindingBuilder.getToken(RampartMessageData rmd,
String tokenId)
Get hold of the token from the token storage
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
BindingBuilder.doSymmSignature(RampartMessageData rmd,
Token policyToken,
Token tok,
List<org.apache.ws.security.WSEncryptionPart> sigParts) |
Copyright © Apache Software Foundation. All Rights Reserved.