Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.sun.identity.cli | |
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
com.sun.identity.idm.plugins.database | |
com.sun.identity.idm.plugins.files | |
com.sun.identity.idm.plugins.internal | |
com.sun.identity.idm.remote | |
com.sun.identity.idm.server | |
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
org.forgerock.openam.core.rest.sms | |
org.forgerock.openam.idm | |
org.forgerock.openam.idrepo.ldap | |
org.openidentityplatform.openam.cassandra |
Modifier and Type | Method and Description |
---|---|
protected SchemaType |
AMSchema.Type.getInternalSchemaType() |
Modifier and Type | Method and Description |
---|---|
void |
AMSDKRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
protected static Set |
AMServiceUtils.getServiceAttributeNames(SSOToken token,
String serviceName,
SchemaType type)
Deprecated.
Get attribute names for the specified Service and Schema Type
|
static Map |
AMServiceUtils.getServiceConfig(SSOToken token,
String serviceName,
SchemaType type)
Deprecated.
Get service default config from SMS
|
void |
AMSDKRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
static boolean |
AMServiceUtils.serviceHasSubSchema(SSOToken token,
String serviceName,
SchemaType schemaType)
Deprecated.
Returns true if the service has the subSchema.
|
Constructor and Description |
---|
Type(SchemaType type) |
Modifier and Type | Method and Description |
---|---|
static Set |
CLIUtil.getPasswordFields(String serviceName,
SchemaType schemaType,
String subSchema)
Returns a set of attributes (of password syntax) of a given service.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IdRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map<String,Set<String>> attrMap)
This method is used to assign a service to the given identity.
|
void |
IdServices.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
abstract void |
IdRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map<String,Set<String>> attrMap)
Modifies the attribute values of the service attributes.
|
void |
IdServices.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap) |
void |
DatabaseRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
Modifier and Type | Method and Description |
---|---|
void |
FilesRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap) |
void |
FilesRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
Modifier and Type | Method and Description |
---|---|
void |
AgentsRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap) |
void |
SpecialRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap) |
void |
AgentsRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
void |
SpecialRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map attrMap) |
Modifier and Type | Method and Description |
---|---|
void |
IdRemoteServicesImpl.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdRemoteServicesImpl.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
Modifier and Type | Method and Description |
---|---|
void |
IdServicesImpl.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdCachedServicesImpl.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdServicesImpl.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdCachedServicesImpl.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
Modifier and Type | Field and Description |
---|---|
static SchemaType |
SchemaType.DOMAIN
The
DOMAIN schema type defines attributes for a domain |
static SchemaType |
SchemaType.DYNAMIC
The
DYNAMIC schema type defines |
static SchemaType |
SchemaType.GLOBAL
The
GLOBAL schema type defines the service configuration
information that independent of organizations, users and instances. |
static SchemaType |
SchemaType.GROUP
The
GROUP schema type defines attributes for a group |
static SchemaType |
SchemaType.ORGANIZATION
The
ORGANIZATION schema type defines the service
configuration information that are organization dependent and could be
configured differently for organizations. |
static SchemaType |
SchemaType.POLICY
The
POLICY schema type defines the service's privilege
information that are service dependent. |
static SchemaType |
SchemaType.USER
The
User schema type defines the service configuration
information that are user dependent. |
Modifier and Type | Method and Description |
---|---|
SchemaType |
ServiceSchema.getServiceType()
Returns the schema type.
|
Modifier and Type | Method and Description |
---|---|
Set<SchemaType> |
ServiceSchemaManager.getSchemaTypes()
Returns the schema types available with this
service.
|
Modifier and Type | Method and Description |
---|---|
ServiceSchema |
ServiceSchemaManager.getSchema(SchemaType type)
Returns the configuration schema for the given
schema type
|
Set |
ServiceSchemaManager.getServiceAttributeNames(SchemaType type)
Returns the attribute schemas for the given schema
type excluding status and service identifier attributes.
|
Constructor and Description |
---|
ServiceSchema(com.sun.identity.sm.ServiceSchemaImpl ssi,
String compName,
SchemaType type,
ServiceSchemaManager ssm) |
ServiceSchema(com.sun.identity.sm.ServiceSchemaImpl ssi,
String compName,
SchemaType type,
ServiceSchemaManager ssm,
boolean isOrgAttrSchema) |
Modifier and Type | Field and Description |
---|---|
protected SchemaType |
SmsResourceProvider.type |
Modifier and Type | Method and Description |
---|---|
Set<SchemaType> |
CoreRestSmsGuiceModule.getServiceSupportedSchemaTypes() |
Modifier and Type | Method and Description |
---|---|
SmsRequestHandler |
SmsRequestHandlerFactory.create(SchemaType type) |
SmsCollectionProvider |
SmsCollectionProviderFactory.create(SmsJsonConverter converter,
ServiceSchema schema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
SmsSingletonProvider |
SmsSingletonProviderFactory.create(SmsJsonConverter converter,
ServiceSchema schema,
ServiceSchema dynamicSchema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
SmsGlobalSingletonProvider |
SmsGlobalSingletonProviderFactory.create(SmsJsonConverter globalConverter,
ServiceSchema globalSchema,
ServiceSchema organizationSchema,
ServiceSchema dynamicSchema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
Collection<String> |
ExcludedServicesFactory.get(SchemaType type) |
Constructor and Description |
---|
SmsRequestHandler(SchemaType type,
SmsCollectionProviderFactory collectionProviderFactory,
SmsSingletonProviderFactory singletonProviderFactory,
SmsGlobalSingletonProviderFactory globalSingletonProviderFactory,
Debug debug,
ExcludedServicesFactory excludedServicesFactory,
AuthenticationChainsFilter authenticationChainsFilter,
RealmRoutingFactory realmRoutingFactory,
SessionCache sessionCache,
CoreWrapper coreWrapper,
RealmNormaliser realmNormaliser,
Map<MatchingResourcePath,org.forgerock.authz.filter.crest.api.CrestAuthorizationModule> globalAuthzModules,
CrestPrivilegeAuthzModule privilegeAuthzModule,
SmsServiceHandlerFunction smsServiceHandlerFunction,
PrivilegedAction<SSOToken> adminTokenAction,
ServicesRealmSmsHandler servicesRealmSmsHandler,
SitesResourceProvider sitesResourceProvider,
ServersResourceProvider serversResourceProvider) |
Constructor and Description |
---|
SmsConsoleServiceNameFilter(Debug debug,
SmsConsoleServiceConfig smsConsoleServiceConfig,
Set<String> alwaysRemovedServices,
Set<SchemaType> alwaysSupportedSchemaTypes,
Set<String> authenticationServices,
ServiceSchemaManagerFactory serviceSchemaManagerFactory) |
Modifier and Type | Method and Description |
---|---|
void |
IdServicesDecorator.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
void |
IdServicesDecorator.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map attrMap,
String amOrgName,
String amsdkDN) |
Modifier and Type | Method and Description |
---|---|
void |
DJLDAPv3Repo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map<String,Set<String>> attrMap)
Assigns a service to the provided identity.
|
void |
DJLDAPv3Repo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map<String,Set<String>> attrMap)
Modifies the service attributes based on the incoming attributeMap.
|
Modifier and Type | Method and Description |
---|---|
void |
Repo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map<String,Set<String>> attrMap) |
void |
Repo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map<String,Set<String>> attrMap) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.