| Package | Description |
|---|---|
| org.apache.rahas | |
| org.apache.rahas.client | |
| org.apache.rahas.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTokenStore
In-memory implementation of the token storage
|
| Modifier and Type | Method and Description |
|---|---|
static TokenStorage |
TrustUtil.getTokenStore(org.apache.axis2.context.ConfigurationContext ctx)
Fetches the token storage from the configuration context.
|
static TokenStorage |
TrustUtil.getTokenStore(org.apache.axis2.context.MessageContext msgCtx)
Returns the token store.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Rahas.setPersistanceStorage(TokenPersister persister,
TokenStorage storage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
STSClient.renewToken(String tokenId,
String issuerAddress,
org.apache.neethi.Policy issuerPolicy,
TokenStorage store)
Renews the token referenced by the token id, updates the token store
|
boolean |
STSClient.renewToken(String tokenId,
String tokenType,
String issuerAddress,
org.apache.neethi.Policy issuerPolicy,
TokenStorage store) |
| Modifier and Type | Field and Description |
|---|---|
protected TokenStorage |
FSBasedRetiredTokenPersister.tokenStorage |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.