Package | Description |
---|---|
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
com.sun.identity.idm.remote | |
com.sun.identity.idm.server | |
org.forgerock.openam.idm |
Modifier and Type | Interface and Description |
---|---|
interface |
IdCachedServices |
Modifier and Type | Method and Description |
---|---|
static IdServices |
IdServicesFactory.getDataStoreServices() |
IdServices |
IdServicesProvider.getProvider() |
Modifier and Type | Class and Description |
---|---|
class |
IdRemoteCachedServicesImpl
Class which provides caching on top of available IdRepoLDAPServices.
|
class |
IdRemoteServicesImpl |
Modifier and Type | Method and Description |
---|---|
protected static IdServices |
IdRemoteCachedServicesImpl.getInstance() |
protected static IdServices |
IdRemoteServicesImpl.getInstance() |
IdServices |
IdRemoteServicesProviderImpl.getProvider() |
Modifier and Type | Class and Description |
---|---|
class |
IdCachedServicesImpl |
class |
IdServicesImpl |
Modifier and Type | Field and Description |
---|---|
protected static IdServices |
IdRepoJAXRPCObjectImpl.idServices |
Modifier and Type | Method and Description |
---|---|
protected static IdServices |
IdServicesImpl.getInstance() |
protected static IdServices |
IdCachedServicesImpl.getInstance() |
IdServices |
IdServicesProviderImpl.getProvider() |
Modifier and Type | Class and Description |
---|---|
class |
IdCachedServicesDecorator
Decorator pattern base class for
IdCachedServices implementations. |
class |
IdServicesDecorator
Decorator pattern base class for
IdServices implementations. |
class |
LowerCaseIdCachedServicesDecorator
Version of
LowerCaseIdServicesDecorator that also implements the IdCachedServices
interface. |
class |
LowerCaseIdServicesDecorator
Implementation of the
IdServices interface that just ensures all attribute names are
lower case to ensure API consistency. |
Modifier and Type | Method and Description |
---|---|
protected IdServices |
IdServicesDecorator.getDelegate() |
Constructor and Description |
---|
IdServicesDecorator(IdServices delegate)
Constructs the decorator using the given delegate implementation.
|
LowerCaseIdServicesDecorator(IdServices delegate)
Constructs the lower-case decorator using the given delegate IdServices implementation for actual work.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.