Package | Description |
---|---|
org.apache.cxf.sts.token.provider | |
org.apache.cxf.sts.token.renewer |
Modifier and Type | Method and Description |
---|---|
Map<String,SAMLRealm> |
SAMLTokenProvider.getRealmMap()
Get the map of realm->SAMLRealm for this token provider
|
Modifier and Type | Method and Description |
---|---|
SamlCallbackHandler |
SAMLTokenProvider.createCallbackHandler(TokenProviderParameters tokenParameters,
byte[] secret,
SAMLRealm samlRealm,
Document doc) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLTokenProvider.setRealmMap(Map<String,SAMLRealm> realms)
Set the map of realm->SAMLRealm for this token provider
|
Modifier and Type | Method and Description |
---|---|
Map<String,SAMLRealm> |
SAMLTokenRenewer.getRealmMap()
Get the map of realm->SAMLRealm for this token provider
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLTokenRenewer.setRealmMap(Map<String,SAMLRealm> realms)
Set the map of realm->SAMLRealm for this token provider
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.