Package | Description |
---|---|
org.apache.cxf.sts | |
org.apache.cxf.sts.cache | |
org.apache.cxf.sts.claims | |
org.apache.cxf.sts.token.realm |
Modifier and Type | Method and Description |
---|---|
IdentityMapper |
StaticSTSProperties.getIdentityMapper()
Get the IdentityMapper object to use.
|
IdentityMapper |
STSPropertiesMBean.getIdentityMapper()
Get the IdentityMapper object to use.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticSTSProperties.setIdentityMapper(IdentityMapper identityMapper)
Set the IdentityMapper object to use.
|
void |
STSPropertiesMBean.setIdentityMapper(IdentityMapper identityMapper)
Set the IdentityMapper object to use.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentityCache |
class |
EHCacheIdentityCache
A EH-Cache based cache to cache identities in different realms where
the relationship is of type FederateIdentity.
|
class |
MemoryIdentityCache
A simple in-memory HashMap based cache to cache identities in different realms where
the relationship is of type FederateIdentity.
|
Constructor and Description |
---|
AbstractIdentityCache(Bus bus,
IdentityMapper identityMapper) |
AbstractIdentityCache(IdentityMapper identityMapper) |
EHCacheIdentityCache(IdentityMapper identityMapper,
Bus b) |
EHCacheIdentityCache(IdentityMapper identityMapper,
String key,
Bus b,
URL configFileURL) |
MemoryIdentityCache(Bus bus,
IdentityMapper identityMapper) |
MemoryIdentityCache(IdentityMapper identityMapper) |
Modifier and Type | Method and Description |
---|---|
IdentityMapper |
ClaimsManager.getIdentityMapper() |
Modifier and Type | Method and Description |
---|---|
void |
ClaimsManager.setIdentityMapper(IdentityMapper identityMapper) |
Modifier and Type | Method and Description |
---|---|
IdentityMapper |
Relationship.getIdentityMapper() |
Modifier and Type | Method and Description |
---|---|
void |
Relationship.setIdentityMapper(IdentityMapper identityMapper) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.