|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentityMapper | |
---|---|
org.apache.cxf.sts | |
org.apache.cxf.sts.cache | |
org.apache.cxf.sts.claims | |
org.apache.cxf.sts.token.realm |
Uses of IdentityMapper in org.apache.cxf.sts |
---|
Methods in org.apache.cxf.sts that return IdentityMapper | |
---|---|
IdentityMapper |
StaticSTSProperties.getIdentityMapper()
Get the IdentityMapper object to use. |
IdentityMapper |
STSPropertiesMBean.getIdentityMapper()
Get the IdentityMapper object to use. |
Methods in org.apache.cxf.sts with parameters of type IdentityMapper | |
---|---|
void |
StaticSTSProperties.setIdentityMapper(IdentityMapper identityMapper)
Set the IdentityMapper object to use. |
void |
STSPropertiesMBean.setIdentityMapper(IdentityMapper identityMapper)
Set the IdentityMapper object to use. |
Uses of IdentityMapper in org.apache.cxf.sts.cache |
---|
Classes in org.apache.cxf.sts.cache that implement IdentityMapper | |
---|---|
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. |
Constructors in org.apache.cxf.sts.cache with parameters of type IdentityMapper | |
---|---|
EHCacheIdentityCache(IdentityMapper identityMapper,
Bus b)
|
|
EHCacheIdentityCache(IdentityMapper identityMapper,
String key,
Bus b,
URL configFileURL)
|
|
MemoryIdentityCache(Bus bus,
IdentityMapper identityMapper)
|
|
MemoryIdentityCache(IdentityMapper identityMapper)
|
Uses of IdentityMapper in org.apache.cxf.sts.claims |
---|
Methods in org.apache.cxf.sts.claims that return IdentityMapper | |
---|---|
IdentityMapper |
ClaimsManager.getIdentityMapper()
|
Methods in org.apache.cxf.sts.claims with parameters of type IdentityMapper | |
---|---|
void |
ClaimsManager.setIdentityMapper(IdentityMapper identityMapper)
|
Uses of IdentityMapper in org.apache.cxf.sts.token.realm |
---|
Methods in org.apache.cxf.sts.token.realm that return IdentityMapper | |
---|---|
IdentityMapper |
Relationship.getIdentityMapper()
|
Methods in org.apache.cxf.sts.token.realm with parameters of type IdentityMapper | |
---|---|
void |
Relationship.setIdentityMapper(IdentityMapper identityMapper)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |