Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.iplanet.dpro.session |
This package contains classes that represents a session and its
all session related information
|
com.iplanet.services.naming | |
com.sun.identity.authentication.service | |
com.sun.identity.cli.schema | |
com.sun.identity.password.ui.model | |
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
org.forgerock.openam.core.rest.sms | |
org.forgerock.openam.oauth2.rest | |
org.forgerock.openam.sm |
Contains classes around the Service Manager layer and some of their configuration.
|
org.forgerock.openam.upgrade |
Defines interfaces and classes to perform OpenAM system upgrade.
|
Modifier and Type | Method and Description |
---|---|
ServiceSchemaManager |
AMEntityType.getServiceSchemaManager(SSOToken token)
Deprecated.
Returns the schema manager for the service defined to display this
profile in the console.
|
Constructor and Description |
---|
DNOrIPAddressListTokenRestriction(String dn,
Set<String> hostNames,
ServiceSchemaManager serviceSchemaManager)
Constructs
DNOrIPAddressListTokenRestriction object based on
the DN and list of host names to be restricted. |
Constructor and Description |
---|
ListenerBuilder(ServiceSchemaManager schemaManager) |
Constructor and Description |
---|
AuthConfigMonitor(ServiceSchemaManager schemaManager) |
Modifier and Type | Method and Description |
---|---|
protected ServiceSchemaManager |
SchemaCommand.getServiceSchemaManager() |
protected ServiceSchemaManager |
SchemaCommand.getServiceSchemaManager(String serviceName) |
Modifier and Type | Method and Description |
---|---|
protected String |
PWResetModelImpl.getL10NAttributeName(ServiceSchemaManager mgr,
String key)
Returns localized string of an attribute in a service
|
Constructor and Description |
---|
ServiceType(String serviceName,
ServiceSchemaManager ssm,
ServiceSchema pschema)
Constructor used by
ServiceTypeManager
to construct an instance of ServiceType , |
Modifier and Type | Method and Description |
---|---|
ServiceSchemaManager |
ServiceManager.getSchemaManager(String serviceName,
String version)
Returns the
ServiceSchemaManager for
the given service name and version. |
Constructor and Description |
---|
AttributeSchema(AttributeSchemaImpl as,
ServiceSchemaManager ssm,
ServiceSchema ss)
Constructor used by ServiceSchema to instantiate
AttributeSchema objects. |
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 | Method and Description |
---|---|
protected String |
AuthenticationModuleRealmSmsHandler.getI18NValue(ServiceSchemaManager schemaManager,
String authType,
Debug debug) |
Constructor and Description |
---|
ClientResource(ClientResourceManager manager,
CTSPersistentStore store,
ServiceSchemaManager mgr,
OAuth2AuditLogger auditLogger,
Debug debug) |
Modifier and Type | Method and Description |
---|---|
ServiceSchemaManager |
ServiceSchemaManagerFactory.build(String service)
Builds a new ServiceSchemaManager using the provided service name and the held admin token.
|
Modifier and Type | Method and Description |
---|---|
static ServiceSchemaManager |
UpgradeUtils.getServiceSchemaManager(String serviceName)
Returns the
ServiceSchemaManager for a service. |
protected static ServiceSchemaManager |
UpgradeUtils.getServiceSchemaManager(String serviceName,
SSOToken ssoToken)
Returns the
ServiceSchemaManager for a service. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.