Package org.apache.cxf.sts.cache
Class AbstractIdentityCache
java.lang.Object
org.apache.cxf.sts.cache.AbstractIdentityCache
- All Implemented Interfaces:
ManagedComponent,IdentityCache,IdentityMapper
- Direct Known Subclasses:
EHCacheIdentityCache,MemoryIdentityCache
public abstract class AbstractIdentityCache
extends Object
implements IdentityCache, IdentityMapper, ManagedComponent
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractIdentityCache(Bus bus, IdentityMapper identityMapper) AbstractIdentityCache(IdentityMapper identityMapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.sts.cache.IdentityCache
add, get, removeMethods inherited from interface org.apache.cxf.management.ManagedComponent
getObjectName
-
Constructor Details
-
AbstractIdentityCache
-
AbstractIdentityCache
-
-
Method Details
-
mapPrincipal
Description copied from interface:IdentityMapperMap a principal in the source realm to the target realm- Specified by:
mapPrincipalin interfaceIdentityMapper- Parameters:
sourceRealm- the source realm of the PrincipalsourcePrincipal- the principal in the source realmtargetRealm- the target realm of the Principal- Returns:
- the principal in the target realm
-
getStatistics
-
setStatistics
-
getBus
-