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.cdm |
Provides the classes for implementing services and applications
serving multiple clients to OpenAM.
|
com.iplanet.services.ldap |
Deprecated classes for LDAP support.
|
com.iplanet.services.naming.service | |
com.sun.identity.authentication.config |
This package contains the classes that represent server side
functionality such as the implementation of Authentication configuration
and utilities for this configuration management.
|
com.sun.identity.authentication.service | |
com.sun.identity.cli | |
com.sun.identity.common |
This packages contains commonly used constants and utilities.
|
com.sun.identity.common.admin | |
com.sun.identity.common.configuration | |
com.sun.identity.password.ui.model | |
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.setup | |
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
com.sun.identity.sm.flatfile | |
com.sun.identity.sm.jaxrpc | |
com.sun.identity.sm.ldap |
Provides Classes for Creating, Reading, Updating, Deleting and Listing
Core Tokens.
|
org.forgerock.openam.agent | |
org.forgerock.openam.authentication.modules.persistentcookie |
This package contains classes Authentication using a Persistent Cookie.
|
org.forgerock.openam.core | |
org.forgerock.openam.core.rest.devices.services |
This package contains classes for the OpenAM Authenticator OATH implementation.
|
org.forgerock.openam.core.rest.devices.services.oath |
This package contains classes for oath device attribute management.
|
org.forgerock.openam.core.rest.devices.services.push |
This package contains classes for push device attribute management.
|
org.forgerock.openam.core.rest.sms | |
org.forgerock.openam.security.whitelist | |
org.forgerock.openam.services.cdm | |
org.forgerock.openam.services.push |
Defines classes for the Push Notification service and framework.
|
org.forgerock.openam.sm |
Contains classes around the Service Manager layer and some of their configuration.
|
org.forgerock.openam.uma | |
org.forgerock.openam.upgrade |
Defines interfaces and classes to perform OpenAM system upgrade.
|
org.forgerock.openam.utils |
This package contains general utilities for use throughout the OpenAM codebase.
|
Modifier and Type | Method and Description |
---|---|
protected static Set |
AMServiceUtils.getServiceAttributeNames(SSOToken token,
String serviceName,
SchemaType type)
Deprecated.
Get attribute names for the specified Service and Schema Type
|
protected static Set |
AMServiceUtils.getServiceAttributesWithQualifier(SSOToken token,
String serviceName)
Deprecated.
Method to get the attribute names of a service with CosQualifier.
|
static Map |
AMServiceUtils.getServiceConfig(SSOToken token,
String serviceName,
SchemaType type)
Deprecated.
Get service default config from SMS
|
static boolean |
AMServiceUtils.serviceHasSubSchema(SSOToken token,
String serviceName,
SchemaType schemaType)
Deprecated.
Returns true if the service has the subSchema.
|
Modifier and Type | Method and Description |
---|---|
DNOrIPAddressListTokenRestriction |
TokenRestrictionFactory.createDNOrIPAddressListTokenRestriction(String dn,
Set<String> hostNames)
Create a new instance of
DNOrIPAddressListTokenRestriction ,
which handles the restriction of the DN or IPAddress . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultClientTypesManager.store(SSOToken token) |
void |
ClientTypesManager.store(SSOToken token)
Save changed to persistent store.
|
Modifier and Type | Method and Description |
---|---|
void |
DSConfigMgrBase.parseServiceConfigXML() |
Modifier and Type | Method and Description |
---|---|
static Hashtable |
NamingService.getNamingTable() |
static Hashtable |
NamingService.getNamingTable(boolean forClient)
This function returns the naming table that consists of service urls,
platform servers and key/value mappings for platform servers Each server
instance needs to be updated in the platform server list to reflect that
server in the naming table
|
Modifier and Type | Method and Description |
---|---|
static void |
AMAuthConfigUtils.createNamedConfig(String configName,
int priority,
Map attributeDataMap,
String orgName,
SSOToken token)
Creates an authentication configuration in
iPlanetAMAuthConfiguration service. |
static Set |
AMAuthConfigUtils.getAllNamedConfig(String orgName,
SSOToken token)
Returns all the authentication configurations defined in
iPlanetAMAuthConfiguration service. |
static Map<String,Set<String>> |
AMAuthConfigUtils.getNamedConfig(String configName,
String orgName,
SSOToken token)
Returns the authentication configuration defined in
iPlanetAMAuthConfiguration service as XML string. |
static void |
AMAuthConfigUtils.removeNamedConfig(String configName,
String orgName,
SSOToken token)
Removes an authentication configuration defined in
iPlanetAMAuthConfiguration service. |
static void |
AMAuthConfigUtils.replaceNamedConfig(String configName,
int priority,
Map attributeDataMap,
String orgName,
SSOToken token)
Replaces an existing authentication configuration defined in
iPlanetAMAuthConfiguration service. |
void |
AMAuthenticationSchema.setAttribute(String attrName,
Set values)
Sets default value for a specific attribute.
|
void |
AMAuthenticationInstance.setAttribute(String name,
Set values)
Sets a configuration parameter with the specified value
values . |
void |
AMAuthenticationSchema.setAttributeValues(Map values)
Sets the default attribute values.
|
void |
AMAuthenticationInstance.setAttributeValues(Map values)
Sets the configuration parameters.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
AuthenticationServiceAttributeCache.getServiceAttribute(String orgDN,
String serviceName)
Returns Auth Config Service attributes from cache.
|
static ZeroPageLoginConfig |
AuthUtils.getZeroPageLoginConfig(String realm)
Gets the ZPL configuration for the given realm.
|
Modifier and Type | Method and Description |
---|---|
static Set |
CLIUtil.getPasswordFields(String serviceName)
Returns a set of attributes (of password syntax) of a given service.
|
static Set |
CLIUtil.getPasswordFields(String serviceName,
SchemaType schemaType,
String subSchema)
Returns a set of attributes (of password syntax) of a given service.
|
static String |
FormatUtils.printServiceNames(Set serviceNames,
String template,
SSOToken ssoToken) |
Modifier and Type | Method and Description |
---|---|
static void |
ISResourceBundle.deleteResourceBundle(SSOToken token,
String rbName,
String locale)
Deletes the specified ResourceBundle from the directory.
|
static void |
ISResourceBundle.storeResourceBundle(SSOToken token,
String rbName,
String locale,
Map attributes)
Stores or creates the ResourceBundle in the directory.
|
Modifier and Type | Method and Description |
---|---|
static Set |
DisplayOptionsUtils.getDefaultDisplayOptions(SSOToken ssoToken,
String roleDefn)
Returns a set of default role display options of a given role definition.
|
Modifier and Type | Method and Description |
---|---|
static void |
SiteConfiguration.addServersToSite(SSOToken ssoToken,
String siteName,
Collection serverInstanceNames)
Adds a set of server instances to a site.
|
static void |
SiteConfiguration.addSiteSecondaryURLs(SSOToken ssoToken,
String siteName,
Collection secondaryURLs)
Adds the secondary URLs of a site.
|
static void |
ServerConfiguration.addToSite(SSOToken ssoToken,
String instanceName,
String siteId)
Adds server to a site.
|
static boolean |
ServerConfiguration.belongToSite(SSOToken ssoToken,
String instanceName,
String siteId)
Returns
true if a server belongs to a site. |
static void |
ServerConfiguration.cloneServerInstance(SSOToken token,
String serverName,
String cloneName)
Clones an existing server using the new cloned server name.
|
static void |
ServerConfiguration.cloneServerInstance(SSOToken ssoToken,
String serverName,
String cloneName,
String cloneId)
Clones a server instance.
|
static AMIdentity |
AgentConfiguration.createAgent(SSOToken ssoToken,
String realm,
String agentName,
String agentType,
Map attrValues)
Creates an agent.
|
static void |
AgentConfiguration.createAgent(SSOToken ssoToken,
String realm,
String agentName,
String agentType,
Map attrValues,
String serverURL,
String agentURL)
Creates an agent.
|
static void |
AgentConfiguration.createAgentGroup(SSOToken ssoToken,
String realm,
String agentGroupName,
String agentType,
Map attrValues)
Creates an agent group.
|
static void |
AgentConfiguration.createAgentGroup(SSOToken ssoToken,
String realm,
String agentGroupName,
String agentType,
Map attrValues,
String serverURL,
String agentURL)
Creates an agent group.
|
static void |
AgentConfiguration.createAgentLocal(SSOToken ssoToken,
String realm,
String agentName,
String agentType,
Map attrValues,
String agentURL)
Creates a localized agent.
|
static void |
ServerConfiguration.createDefaults(SSOToken ssoToken) |
static void |
ServerConfiguration.createServerInstance(SSOToken ssoToken,
String instanceName,
Map values,
String serverConfigXML)
Creates a server instance.
|
static void |
ServerConfiguration.createServerInstance(SSOToken ssoToken,
String instanceName,
Set values,
String serverConfigXML)
Creates a server instance.
|
static boolean |
ServerConfiguration.createServerInstance(SSOToken ssoToken,
String instanceName,
String instanceId,
Set values,
String serverConfigXML)
Creates a server instance.
|
static boolean |
SiteConfiguration.createSite(SSOToken ssoToken,
String siteName,
String siteURL,
Collection secondaryURLs)
Creates a site.
|
static void |
AgentConfiguration.deleteAgentGroups(SSOToken ssoToken,
String realm,
Set agentGroups)
Deletes agent groups.
|
static boolean |
ServerConfiguration.deleteServerInstance(SSOToken ssoToken,
String instanceName)
Deletes a server instance.
|
static boolean |
SiteConfiguration.deleteSite(SSOToken ssoToken,
String siteName)
Deletes a site.
|
static String |
ServerConfiguration.exportServerInstance(SSOToken ssoToken,
String serverName)
Exports a server instance.
|
static Map |
AgentConfiguration.getAgentAttributes(AMIdentity amid,
boolean reformat)
Returns agent's attribute values.
|
static Map |
AgentConfiguration.getAgentAttributes(SSOToken ssoToken,
String realm,
String agentName)
Returns agent's attribute values.
|
static Map |
AgentConfiguration.getAgentAttributes(SSOToken ssoToken,
String realm,
String agentName,
boolean bInherit)
Returns agent's attribute values.
|
static AttributeSchema |
AgentConfiguration.getAgentAttributeSchema(String name,
String agentTypeName)
Returns attribute schema of a given agent type.
|
static Set |
AgentConfiguration.getAgentAttributeSchemas(String agentTypeName)
Returns a set of attribute schemas of a given agent type.
|
static Map |
AgentConfiguration.getAgentGroupAttributes(SSOToken ssoToken,
String realm,
String agentGroupName)
Returns agent group's attribute values.
|
static Set |
AgentConfiguration.getAgentTypes()
Returns a set of supported agent types.
|
static Map |
AgentConfiguration.getAttributeSchemas(String agentType,
Collection names)
Returns attribute schema for a given set of attribute names.
|
static Set |
AgentConfiguration.getAttributesSchemaNames(AMIdentity amid,
AttributeSchema.Syntax syntax)
Returns a set of attribute schema names whose schema match a given
syntax.
|
static Set |
AgentConfiguration.getAttributesSchemaNames(String agentType,
AttributeSchema.Type type)
Returns a set of attribute schema names whose schema match a given
type.
|
static Map |
AgentConfiguration.getChoiceValues(String name,
String agentType)
Returns choice values of an attribute schema.
|
static Map |
AgentConfiguration.getDefaultValues(String agentType,
boolean bGroup)
Returns the default values of attribute schemas
of a given agent type.
|
static Set |
AgentConfiguration.getInheritedAttributeNames(AMIdentity amid)
Returns the inherited attribute names.
|
static Map |
ServerConfiguration.getLBCookieValues(SSOToken ssoToken)
Returns a map of server name to its load balancer cookie value.
|
static Map<String,String> |
ServerConfiguration.getNewServerDefaults(SSOToken ssoToken) |
protected static String |
ConfigurationBase.getNextId(SSOToken ssoToken) |
static String |
AgentConfiguration.getResourceBundleName()
Returns resource bundle name of agent service.
|
protected static ServiceConfig |
ConfigurationBase.getRootServerConfig(SSOToken ssoToken) |
protected static ServiceConfig |
ConfigurationBase.getRootServerConfigWithRetry(SSOToken ssoToken) |
protected static ServiceConfig |
ConfigurationBase.getRootSiteConfig(SSOToken ssoToken) |
protected static ServiceConfig |
ConfigurationBase.getServerConfig(SSOToken ssoToken,
String name) |
protected static Set<String> |
ConfigurationBase.getServerConfigurationId(ServiceConfig svc) |
static String |
ServerConfiguration.getServerConfigXML(SSOToken ssoToken,
String instanceName)
Returns server configuration XML.
|
static String |
ServerConfiguration.getServerID(SSOToken ssoToken,
String instanceName)
Returns server Identifier.
|
static Set |
ServerConfiguration.getServerInfo(SSOToken ssoToken)
Returns a set of server information where each entry in a set is
a string of this format
server-instance-name|serverId|siteId1|siteId2|... |
static Properties |
ServerConfiguration.getServerInstance(SSOToken ssoToken,
String instanceName)
Returns the configuration of a server instance.
|
static Set<String> |
ServerConfiguration.getServers(SSOToken ssoToken)
Returns a set of server instance name (String).
|
static String |
ServerConfiguration.getServerSite(SSOToken ssoToken,
String instanceName)
Returns a site name of which server belongs to.
|
static ResourceBundle |
AgentConfiguration.getServiceResourceBundle(Locale locale) |
protected static Set<String> |
ConfigurationBase.getSiteConfigurationId(ServiceConfig svc) |
protected static Set<String> |
ConfigurationBase.getSiteConfigurationIds(SSOToken ssoToken,
ServiceConfig rootNode,
String name,
boolean bPrimaryOnly) |
static String |
SiteConfiguration.getSiteID(SSOToken ssoToken,
String siteName)
Returns the primary URL of a site.
|
static String |
SiteConfiguration.getSiteIdByURL(SSOToken ssoToken,
String url)
Returns site name where the given URL is either its primary or
secondary URL.
|
static Set |
SiteConfiguration.getSiteInfo(SSOToken ssoToken)
Returns a set of site information where each entry in a set is
a string of this format
site-instance-name|siteId . |
static String |
SiteConfiguration.getSitePrimaryURL(SSOToken ssoToken,
String siteName)
Returns the primary URL of a site.
|
static Set<String> |
SiteConfiguration.getSites(SSOToken ssoToken)
Returns a set of site instance name (String).
|
static Set |
SiteConfiguration.getSiteSecondaryURLs(SSOToken ssoToken,
String siteName)
Returns the secondary URLs of a site.
|
static Set |
SiteConfiguration.getSiteURLs(SSOToken ssoToken,
String siteName)
Returns the primary and secondary URLs of a site.
|
static boolean |
ServerConfiguration.hasServerOrSiteId(SSOToken ssoToken,
String serverId)
Returns
true if server or site id exists. |
static void |
ServerConfiguration.importServerInstance(SSOToken ssoToken,
String serverName,
String xmlFile)
Imports a server instance.
|
static boolean |
ServerConfiguration.isServerInstanceExist(SSOToken ssoToken,
String instanceName)
Returns
true if server instance exists. |
static boolean |
SiteConfiguration.isSiteExist(SSOToken ssoToken,
String siteName)
Returns
true if site exists. |
static Set<String> |
SiteConfiguration.listServers(SSOToken ssoToken,
String siteName)
Returns the server instance names that belong to a site.
|
static boolean |
AgentConfiguration.removeAgentGroup(AMIdentity amid,
AMIdentity groupToRemove)
Removes agent from it group.
|
static void |
ServerConfiguration.removeFromSite(SSOToken ssoToken,
String instanceName,
String siteId)
Removes server from a site.
|
static void |
ServerConfiguration.removeServerConfiguration(SSOToken ssoToken,
String instanceName,
Collection propertyNames)
Removes server configuration.
|
static void |
SiteConfiguration.removeServersFromSite(SSOToken ssoToken,
String siteName,
Collection serverInstanceNames)
Removes a set of server instances from a site.
|
static void |
SiteConfiguration.removeSiteSecondaryURLs(SSOToken ssoToken,
String siteName,
Collection secondaryURLs)
Removes the secondary URLs from a site.
|
static boolean |
AgentConfiguration.setAgentGroup(AMIdentity amid,
AMIdentity newGroup)
Set agent group.
|
static boolean |
AgentConfiguration.setAgentGroup(SSOToken ssoToken,
String realm,
AMIdentity amid,
String groupName)
Set agent group.
|
static boolean |
AgentConfiguration.setAgentGroup(SSOToken ssoToken,
String realm,
String universalId,
String groupName)
Set agent group.
|
static void |
ServerConfiguration.setServerConfigXML(SSOToken ssoToken,
String instanceName,
String xml)
Sets server configuration XML.
|
static void |
ServerConfiguration.setServerInstance(SSOToken ssoToken,
String instanceName,
Map newValues)
Sets configuration to a server instance.
|
static void |
ServerConfiguration.setServerSite(SSOToken ssoToken,
String instanceName,
String siteName)
Sets site name of which server belongs to.
|
static void |
SiteConfiguration.setSiteID(SSOToken ssoToken,
String siteName,
String siteID)
Sets the ID of a site.
|
static void |
SiteConfiguration.setSitePrimaryURL(SSOToken ssoToken,
String siteName,
String siteURL)
Sets the primary URL of a site.
|
static void |
SiteConfiguration.setSiteSecondaryURLs(SSOToken ssoToken,
String siteName,
Collection secondaryURLs)
Sets the secondary URLs of a site.
|
static void |
AgentConfiguration.updateAgent(SSOToken ssoToken,
String realm,
String agentName,
Map attrValues,
boolean bSet)
Updates agent attribute values.
|
static void |
AgentConfiguration.updateAgentGroup(SSOToken ssoToken,
String realm,
String agentGroupName,
Map attrValues)
Updates agent group attribute values.
|
static void |
AgentConfiguration.updateAgentGroup(SSOToken ssoToken,
String realm,
String agentGroupName,
Map attrValues,
boolean bSet)
Updates agent group attribute values.
|
static void |
AgentConfiguration.updateInheritance(AMIdentity amid,
Map inherit)
Updates the inherited attribute names.
|
protected static void |
ConfigurationBase.updateOrganizationAlias(SSOToken ssoToken,
String instanceName,
boolean bAdd) |
static void |
ServerConfiguration.upgradeServerInstance(SSOToken ssoToken,
String instanceName,
String instanceId,
Map<String,String> upgradedValues)
Upgrades a server instance.
|
Modifier and Type | Method and Description |
---|---|
protected String |
PWResetModelImpl.getAttributeValue(String realm,
String attrName) |
protected Set |
PWResetModelImpl.getAttributeValues(String realm,
String attrName) |
protected Set |
PWResetQuestionModelImpl.getDefaultQuestions(String realm)
Returns default administrator configured questions
|
protected ServiceSchema |
PWResetModelImpl.getPWResetServiceSchema()
Returns service schema.
|
protected boolean |
PWResetModelImpl.isAttributeSet(String realm,
String attrName) |
Modifier and Type | Method and Description |
---|---|
static int |
ServiceTypeManager.getPolicyServiceRevisionNumber()
Returns service revision number of policy service
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigureData.configure()
Configures the product.
|
void |
RegisterServices.registers(SSOToken adminToken,
boolean bUseExtUMDS)
Registers services.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidAttributeNameException
The
InvalidAttributeNameException is thrown to indicate that
an invalid attribute name was used. |
class |
InvalidAttributeValueException |
class |
OrganizationAlreadyExistsException
The
OrganizationAlreadyExistsException is thrown if the
organization already exists. |
class |
SchemaException
The
SchemaException is thrown if the error encountered is
related to the schema. |
class |
ServiceAlreadyExistsException
The
ServiceAlreadyExistsException is thrown if the service
already exists. |
class |
ServiceNotFoundException
The
ServiceNotFoundException is thrown if the service does not
exist. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfig.addAttribute(String attrName,
Set values)
Adds a configuration parameter to the service configuration.
|
void |
ServiceInstance.addAttribute(String attrName,
Set values)
Adds the given attribute name and values to the attribute set.
|
void |
PluginConfig.addAttribute(String attrName,
Set values)
Adds a configuration parameter to the service plugin.
|
void |
SMSEntry.addAttribute(String attrName,
String value)
Adds the attribute value to the given attribute name.
|
void |
ServiceSchema.addAttributeSchema(InputStream xmlAttrSchema)
Adds the attribute schema to this service.
|
void |
OrganizationConfigManager.addAttributeValues(String serviceName,
String attrName,
Set values)
Adds organization attributes for the service.
|
void |
AttributeSchema.addChoiceValue(String value,
String i18nKey)
Adds a choice value and its i18n key to the existing set of choice
values.
|
void |
ServiceConfigManager.addConfiguration(InputStream in)
Adds instances, global and organization
configurations
|
void |
AttributeSchema.addDefaultValue(String value)
Adds a default value to the existing set of default values.
|
void |
ServiceConfig.addExportedOrganizationNames(Set names)
Adds the organization names to the list of organization names that can
import this service configutation.
|
protected static void |
SMSMigration70.addIdRepoAMSDKPlugin(SSOToken token,
String orgName)
Adds IdRepo AMSDK plugin to the given organization name
|
void |
ServiceSchemaManager.addPluginInterface(String interfaceName,
String interfaceClass,
String i18nKey)
Adds a new plugin interface objct to service's schema.
|
void |
ServiceManager.addPluginSchema(Document pluginDoc)
Adds a new plugin schema to an existing service
|
ServiceConfig |
OrganizationConfigManager.addServiceConfig(String serviceName,
Map attributes)
Adds a service configuration object for the given
service name for this organization.
|
void |
ServiceConfig.addSubConfig(String subConfigName,
String subConfigId,
int priority,
Map attrs)
Adds a service sub-configuration with configuration parameters.
|
void |
ServiceSchema.addSubSchema(InputStream xmlSubSchema)
Adds the service's sub-schema given the XML input stream that follows the
SMS DTD.
|
void |
OrganizationConfigManager.assignService(String serviceName,
Map attributes)
Assigns the given service to the orgnization with
the respective attributes.
|
void |
ServiceConfig.checkAndCreateGroup(String dn,
String groupName) |
protected static void |
ServiceManager.checkAndEncryptPasswordSyntax(Document doc,
boolean encrypt) |
protected static void |
ServiceManager.checkAndEncryptPasswordSyntax(Document doc,
boolean encrypt,
AMEncryption encryptObj) |
protected boolean |
CachedSubEntries.contains(SSOToken t,
String entry) |
OrganizationConfigManager |
OrganizationConfigManagerFactory.create(SSOToken token,
String realm)
Creates a
OrganizationConfigManager for the provided realm. |
abstract void |
SMSObject.create(SSOToken token,
String objName,
Map attributes)
Creates an entry in the persistent store.
|
ServiceConfig |
ServiceConfigManager.createGlobalConfig(Map attrs)
Creates global configuration for the default
instance of the service given the configuration attributes.
|
ServiceConfig |
ServiceConfigManager.createOrganizationConfig(String orgName,
Map attrs)
Creates organization configuration for the default
instance of the service given configuration attributes.
|
OrganizationConfigManager |
OrganizationConfigManager.createSubOrganization(String subOrgName,
Map attributes)
Creates a sub-organization under the current
organization and sets the specified attributes.
|
void |
SMSEntry.delete()
Delete the entry in the datastore.
|
abstract void |
SMSObject.delete(SSOToken token,
String objName)
Delete the entry in the datastore.
|
void |
ServiceConfig.deleteLabeledUri(String luri)
Deprecated.
The labeledURI setting shall not be used for storing configuration data.
|
void |
ServiceConfigManager.deleteOrganizationConfig(String orgName)
Deletes the organization configuration data for the
given organization.
|
void |
ServiceManager.deleteService(String serviceName)
Deletes only the schema for the given service name.
|
void |
OrganizationConfigManager.deleteSubOrganization(String subOrgName,
boolean recursive)
Deletes the given sub-organization.
|
void |
SMSEntry.forceDelete(SSOToken adminToken)
Delete the entry in the datastore.
|
static String |
OrgConfigViaAMSDK.getAmsdkdn(SSOToken token,
com.sun.identity.sm.OrganizationConfigManagerImpl ocm) |
Set<String> |
OrganizationConfigManager.getAssignableServices()
Returns a set of service names that can be assigned
to a realm.
|
Set<String> |
OrganizationConfigManager.getAssignedServices()
Returns a set of service names that are assigned to
a realm.
|
Set<String> |
OrganizationConfigManager.getAssignedServices(boolean includeMandatory)
Returns a set of service names that are assigned to a realm.
|
Map |
OrganizationConfigManager.getAttributes(String serviceName)
Returns the organization creation attributes for
the service.
|
ServiceConfigManager |
ServiceManager.getConfigManager(String serviceName,
String version)
Returns the
ServiceConfigManager for
the given service name and version. |
Set |
OrganizationConfigManager.getConfiguredServices()
Deprecated.
This method has been deprecated, use
getAssignedServices()
instead. |
protected Document |
ServiceSchemaManager.getDocumentCopy() |
protected Document |
PluginSchema.getDocumentCopy() |
ServiceSchema |
ServiceSchemaManager.getDynamicSchema()
Returns the dynamic service configuration schema.
|
Set |
ServiceConfig.getExportedSubConfigNames(String serviceId)
Returns a set of exported fully qualified sub-configuration names that
can be imported used locally as service configuration
|
ServiceConfig |
ServiceConfigManager.getGlobalConfig(String instanceName)
Returns the global configuration for the given
service instance.
|
ServiceSchema |
ServiceSchemaManager.getGlobalSchema()
Returns the global service configuration schema.
|
Set |
ServiceConfigManager.getGroupNames()
Returns the configuration group names
|
static CachedSMSEntry |
CachedSMSEntry.getInstance(SSOToken t,
String dn) |
static CachedSubEntries |
CachedSubEntries.getInstance(SSOToken token,
String dn) |
ServiceInstance |
ServiceConfigManager.getInstance(String instanceName)
Returns the service instance given the instance
name
|
static CachedSubEntries |
CachedSubEntries.getInstanceIfCached(SSOToken token,
String dn,
boolean cached) |
Set |
ServiceConfigManager.getInstanceNames()
Returns the service instance names
|
String |
ServiceSchemaManager.getLastModifiedTime()
Returns the last modified time stamp of this service schema.
|
String |
ServiceConfig.getLastModifiedTime()
Returns the last modified time stamp of this configuration This method is
expensive because it does not cache the modified time stamp but goes
directly to the data store to obtain the value of this entry
|
ServiceConfig |
ServiceConfigManager.getOrganizationConfig(String orgName,
String instanceName)
Returns the organization configuration for the
given organization and instance name.
|
OrganizationConfigManager |
ServiceManager.getOrganizationConfigManager(String orgName)
Returns the
OrganizationConfigManager for the given
organization name. |
ServiceSchema |
ServiceSchemaManager.getOrganizationCreationSchema()
Returns the organization creation configuration schema if present; else
returns
null |
ServiceSchema |
ServiceSchemaManager.getOrganizationSchema()
Returns the organization service configuration
schema.
|
OrganizationConfigManager |
OrganizationConfigManager.getParentOrgConfigManager()
Returns the
OrganizationConfigManager
of the parent for the given organization name. |
Set |
OrganizationConfigManager.getPeerOrganizationNames()
Returns the names of all peer-organizations.
|
PluginConfig |
ServiceConfigManager.getPluginConfig(String name,
String pluginSchemaName,
String interfaceName,
String orgName)
Returns the plugin configuration parameters for the service
|
Set |
ServiceConfigManager.getPluginConfigNames(String pluginSchemaName,
String interfaceName,
String orgName)
Returns a set of plugins configured for the given plugin interface and
plugin schema in a organization
|
String |
SMSSchema.getPluginSchema(Node pluginName)
Method returns the XML plugin schema for the given plugin name in a
String format that can stored in a directory.
|
String |
SMSSchema.getPluginSchema(String pluginName)
Method returns the XML plugin schema for the given plugin name in a
String format that can stored in a directory.
|
String |
SMSSchema.getPluginSchema(String serviceName,
String pluginName)
Method returns the XML plugin schema for the given service name and
plugin name in a String format that can stored in a directory.
|
PluginSchema |
ServiceSchemaManager.getPluginSchema(String pluginSchemaName,
String interfaceName,
String orgName)
Returns the PluginSchema object given the schema name and the interface
name for the specified organization.
|
Set |
ServiceSchemaManager.getPluginSchemaNames(String interfaceName,
String orgName)
Returns the names of plugins configured for the plugin interface.
|
protected Node |
PluginSchema.getPluginSchemaNode(Document doc) |
ServiceSchema |
ServiceSchemaManager.getPolicySchema()
Returns the policy service configuration schema.
|
InputStream |
ServiceSchemaManager.getSchema()
Returns the service schema in XML for this service.
|
String |
SMSSchema.getSchema()
Method returns the XML schema for the service in a String format that can
stored in a directory.
|
ServiceSchema |
ServiceSchemaManager.getSchema(SchemaType type)
Returns the configuration schema for the given
schema type
|
ServiceSchema |
ServiceSchemaManager.getSchema(String type)
Returns the configuration schema for the given
schema type
|
protected String |
SMSSchema.getSchema(String serviceName)
Method returns the XML schema for the given service name in a String
format that can stored in a directory.
|
ServiceSchemaManager |
ServiceManager.getSchemaManager(String serviceName,
String version)
Returns the
ServiceSchemaManager for
the given service name and version. |
Set |
CachedSubEntries.getSchemaSubEntries(SSOToken token,
String pattern,
String serviceidPattern)
Returns sub-entries that belong to given SubSchema name and
statisfies the pattern.
|
Set<SchemaType> |
ServiceSchemaManager.getSchemaTypes()
Returns the schema types available with this
service.
|
Set |
ServiceSchemaManager.getServiceAttributeNames(SchemaType type)
Returns the attribute schemas for the given schema
type excluding status and service identifier attributes.
|
Map |
OrganizationConfigManager.getServiceAttributes(String serviceName)
Returns attributes configured for the service.
|
ServiceConfig |
OrganizationConfigManager.getServiceConfig(String serviceName)
Returns the service configuration object for the
given service name.
|
protected String |
SMSSchema.getServiceName() |
Set<String> |
ServiceManager.getServiceNames()
Returns all the service names that have been
registered.
|
protected Node |
SMSSchema.getServiceNode() |
Set |
OrganizationConfigManager.getServiceSchemas()
Returns a set of service schemas to be used for
creation of an organization.
|
protected String |
SMSSchema.getServiceVersion() |
Set |
ServiceManager.getServiceVersions(String serviceName)
Returns all versions supported by the service.
|
ServiceConfig |
ServiceConfig.getSubConfig(String subConfigName)
Returns the service's sub-configuration given the service's
sub-configuration name.
|
Set<String> |
ServiceConfig.getSubConfigNames()
Returns the names of all service's sub-configurations.
|
Set<String> |
ServiceConfig.getSubConfigNames(String pattern)
Method to get names of service's sub-configurations that match the given
pattern.
|
Set<String> |
ServiceConfig.getSubConfigNames(String pattern,
String schemaName)
Method to get names of service's sub-configurations that match the given
pattern and belongs to the specified service schema name.
|
protected Set |
CachedSubEntries.getSubEntries(SSOToken t)
Returns one-level sub-entries for the given DN.
|
Set<String> |
CachedSubEntries.getSubEntries(SSOToken token,
String pattern)
Return sub-entries that match the pattern.
|
Set |
OrganizationConfigManager.getSubOrganizationNames()
Returns the names of all sub-organizations.
|
Set |
OrganizationConfigManager.getSubOrganizationNames(String pattern,
boolean recursive)
Returns names of sub-organizations matching the
given pattern.
|
OrganizationConfigManager |
OrganizationConfigManager.getSubOrgConfigManager(String subOrgName)
Returns the
OrganizationConfigManager
for the given organization name. |
ServiceSchema |
ServiceSchema.getSubSchema(String subSchemaName)
Returns
ServiceSchema object given the name of the
service's sub-schema. |
ServiceSchema |
ServiceSchemaManager.getUserSchema()
Returns the user service configuration schema.
|
protected static Set |
ServiceManager.getVersions(SSOToken token,
String serviceName) |
static Document |
SMSSchema.getXMLDocument(InputStream in) |
static Document |
SMSSchema.getXMLDocument(InputStream in,
boolean validation) |
static Document |
SMSSchema.getXMLDocument(String xml,
boolean validation) |
void |
ServiceConfig.importSubConfig(String subConfigName,
String exportedSubConfigName)
Imports a service sub-configuration to the list of localy defined
sub-configuration.
|
void |
SMSObject.initialize(Map initParams)
Initialization parameters that are configured via system properties or
can be dynamically set during run-time.
|
static boolean |
ServiceManager.isAMSDKConfigured()
Returns
true if AMSDK IdRepo plugin is
configured in any of the realms |
protected boolean |
CachedSubEntries.isEmpty(SSOToken t) |
boolean |
ServiceSchemaManagerImpl.isValid()
Returns if the object is still valid
|
static void |
OrganizationConfigManager.loadDefaultServices(SSOToken token,
OrganizationConfigManager ocm)
Loads default services to a newly created realm
|
abstract void |
SMSObject.modify(SSOToken token,
String objName,
ModificationItem[] mods)
Modifies the attributes to the object.
|
<E extends Exception> |
ServiceSchemaManager.modifySchema(org.forgerock.util.Function<Document,Boolean,E> modifier) |
void |
OrganizationConfigManager.modifyService(String serviceName,
Map attributes)
Sets the attributes related to provided service.
|
Document |
ServiceManager.parseServicesFile(InputStream xmlServiceSchema) |
Document |
ServiceManager.parseServicesFile(InputStream xmlServiceSchema,
AMEncryption decryptObj) |
abstract Map<String,Set<String>> |
SMSObject.read(SSOToken token,
String objName)
Reads in the object from persistent store.
|
void |
SMSObject.registerCallbackHandler(SMSObjectListener changeListener)
Registration of Notification Callbacks
|
Set |
ServiceManager.registerServices(InputStream xmlServiceSchema)
Registers one or more services, defined by the XML
input stream that follows the SMS DTD.
|
Set |
ServiceManager.registerServices(InputStream xmlServiceSchema,
AMEncryption decryptObj)
Registers one or more services, defined by the XML
input stream that follows the SMS DTD.
|
void |
ServiceConfig.removeAttribute(String attrName)
Removes a configuration parameter from the service configuration.
|
void |
ServiceInstance.removeAttribute(String attrName)
Removes the specified attribute name and its values from the attribute
set.
|
void |
SMSEntry.removeAttribute(String attrName)
Remove the attribute from the entry.
|
void |
PluginConfig.removeAttribute(String attrName)
Removes a configuration parameter from the service plugin.
|
void |
SMSEntry.removeAttribute(String attrName,
String value)
Removes the attribute value from the attribute.
|
void |
OrganizationConfigManager.removeAttribute(String serviceName,
String attrName)
Removes the given organization creation attribute
for the service.
|
void |
ServiceSchema.removeAttributeDefaults(Set attrs)
Removes the default values of attributes in the schema.
|
void |
ServiceConfig.removeAttributes(Set attrNames)
Removes a configuration parameters from the service configuration.
|
void |
ServiceSchema.removeAttributeSchema(String attrName)
Removes the attribute schema from this service.
|
void |
ServiceConfig.removeAttributeValues(String attrName,
Set values)
Removes the specific values for the given configuration parameter.
|
void |
ServiceInstance.removeAttributeValues(String attrName,
Set values)
Removes the specified attribute's values.
|
void |
PluginConfig.removeAttributeValues(String attrName,
Set values)
Removes the specific values for the given configuration plugin.
|
void |
OrganizationConfigManager.removeAttributeValues(String serviceName,
String attrName,
Set values)
Removes the given organization creation attribute
values for the service.
|
void |
AttributeSchema.removeChoiceValue(String value)
Removes the given value from the set of choice values.
|
void |
AttributeSchema.removeDefaultValue(String value)
Removes the given value from the set of default values.
|
void |
AttributeSchema.removeDefaultValues()
Removes the all the default values for the attribute.
|
void |
ServiceConfigManager.removeGlobalConfiguration(String groupName)
Deletes the global configuration data for the given
group name.
|
void |
ServiceConfigManager.removeInstance(String instanceName)
Removes the instance form the service
|
void |
ServiceConfigManager.removeOrganizationConfiguration(String orgName,
String groupName)
Deletes the organization's group configuration
data.
|
void |
ServiceConfigManager.removeOrganizationConfiguration(String orgName,
String groupName,
boolean checkLegacyMode)
Deletes the organization's group configuration data.
|
void |
ServiceConfigManager.removePluginConfig(String name,
String pluginSchemaName,
String interfaceName,
String orgName)
Removes the plugin configuration for the service
|
void |
ServiceSchemaManager.removePluginInterface(String interfacename)
Removes the plugin interface object from the service schema.
|
void |
ServiceManager.removePluginSchema(String serviceName,
String interfaceName,
String pluginName)
Removes a plugin schema from a service
|
void |
ServiceManager.removeService(String serviceName,
String version)
Removes the service schema and configuration for
the given service name.
|
void |
OrganizationConfigManager.removeServiceConfig(String serviceName)
Removes the service configuration object for the
given service name for this organization.
|
void |
ServiceConfig.removeSharedOrganizationNames(Set names)
Removes the organization names from the list of organization names that
can import the service configuration.
|
void |
ServiceConfig.removeSubConfig(String subConfigName)
Removes the service sub-configuration.
|
void |
ServiceSchema.removeSubSchema(String subSchemaName)
Removes the service's sub-schema from the service.
|
void |
ServiceSchema.replaceAttributeSchema(String attrName,
Node attributeSchemaNode)
Removes the attribute schema from this service.
|
void |
ServiceConfig.replaceAttributeValue(String attrName,
String oldValue,
String newValue)
Replaces old value of the configuration parameter with new value.
|
void |
ServiceInstance.replaceAttributeValue(String attrName,
String oldValue,
String newValue)
Replaces the attribute's old value with the new value.
|
void |
PluginConfig.replaceAttributeValue(String attrName,
String oldValue,
String newValue)
Replaces old value of the configuration parameter with new value.
|
void |
ServiceConfig.replaceAttributeValues(String attrName,
Set oldValues,
Set newValues)
Replaces the old values of the configuration parameter with the new
values.
|
void |
ServiceInstance.replaceAttributeValues(String attrName,
Set oldValues,
Set newValues)
Replaces the attribute's old values with the new values
|
void |
PluginConfig.replaceAttributeValues(String attrName,
Set oldValues,
Set newValues)
Replaces the old values of the configuration parameter with the new
values.
|
protected void |
PluginSchema.replacePluginSchema(Document document) |
protected void |
ServiceSchemaManager.replaceSchema(Document document) |
void |
ServiceSchemaManager.replaceSchema(InputStream xmlServiceSchema)
Replaces the existing service schema with the given
schema defined by the XML input stream that follows the SMS DTD.
|
void |
SMSEntry.save()
Save the modification(s) to the object.
|
abstract Set<String> |
SMSObject.schemaSubEntries(SSOToken token,
String dn,
String filter,
String sidFilter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entries.
|
static Set<String> |
SMSEntry.search(SSOToken token,
String dn,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder)
Returns the DNs that match the filter.
|
abstract Set<String> |
SMSObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder)
Searchs the data store for objects that match the filter
|
static Iterator |
SMSEntry.search(SSOToken token,
String dn,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set exclude)
Returns the DNs and its attribute values that match the filter.
|
Iterator<SMSDataEntry> |
ServiceManagementDAOWrapper.search(SSOToken token,
String dn,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set<String> exclude) |
Iterator<SMSDataEntry> |
ServiceManagementDAO.search(SSOToken token,
String dn,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set<String> exclude)
Returns the DNs and its attribute values that match the filter.
|
abstract Iterator<SMSDataEntry> |
SMSObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set<String> excludes)
Searchs the data store for objects that match the filter
|
abstract Set<String> |
SMSObject.searchOrganizationNames(SSOToken token,
String dn,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
String serviceName,
String attrName,
Set values)
Returns the organization names.
|
Set |
ServiceManager.searchOrganizationNames(String serviceName,
String attrName,
Set values)
Returns organization names that match the given attribute name and
values.
|
Set |
CachedSubEntries.searchOrgNames(SSOToken token,
String serviceName,
String attrName,
Set values)
Returns realm names that match the attribute-values pair for the
given service name.
|
Set |
CachedSubEntries.searchSubOrgNames(SSOToken token,
String pattern,
boolean recursive)
Returns realm names that matches the given pattern.
|
abstract Set<String> |
SMSObject.searchSubOrgNames(SSOToken token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
boolean recursive)
Returns the suborganization names.
|
protected static String |
ServiceManager.serviceDefaultVersion(SSOToken token,
String serviceName) |
void |
AttributeSchema.setAny(String a)
Sets the any attribute.
|
void |
ServiceSchema.setAttributeDefaults(Map attrs)
Method to change the default values of attributes in the schema.
|
void |
ServiceSchema.setAttributeDefaults(String attrName,
Set values)
Method to change default value for a specific attribute.
|
void |
ServiceConfig.setAttributes(Map attrs)
Sets the service configuration parameters.
|
void |
ServiceInstance.setAttributes(Map attrs)
Sets the attributes that are specific to the service instance.
|
void |
PluginConfig.setAttributes(Map attrs)
Sets the service plugin parameters.
|
void |
OrganizationConfigManager.setAttributes(String serviceName,
Map attributes)
Sets/Creates organization attributes for the
service.
|
void |
AttributeSchema.setBooleanValues(String trueValue,
String trueValueI18nKey,
String falseValue,
String falseValueI18nKey)
Sets the boolean values of the attribute.
|
void |
AttributeSchema.setCosQualifier(String cosq)
Sets the
cosQualifier attribute |
void |
AttributeSchema.setDefaultValues(Set values)
Sets the default values of the attribute.
|
void |
AttributeSchema.setEndRange(String edRange)
Sets the end range Attribute.
|
void |
ServiceConfig.setExportedOrganizationNames(Set names)
Sets the organization names that can import the service configuration.
|
void |
ServiceInstance.setGroup(String groupName)
Sets the group name for this instance.
|
void |
ServiceSchemaManager.setI18NFileName(String url)
Sets the I18N properties file name for the service
|
void |
ServiceSchema.setI18NFileName(String url)
Sets the I18N properties file name for the service schema
|
void |
ServiceSchemaManager.setI18NJarURL(String url)
Sets the URL of the JAR file that contains the I18N
properties
|
void |
ServiceSchema.setI18Nkey(String key)
Sets the value of the I18N key in the service schema.
|
void |
ServiceSchemaManager.setI18NKey(String i18nKey)
Sets the i18nKey of the schema.
|
void |
AttributeSchema.setI18NKey(String i18nKey)
Sets the I18N key to describe the configuration attribute.
|
void |
ServiceSchema.setInheritance(String value)
Set the value of inheritance attribute in service schema.
|
void |
ServiceConfig.setLabeledUri(String luri)
Deprecated.
The labeledURI setting shall not be used for storing configuration data.
|
void |
AttributeSchema.setMaxValue(String maxV)
Sets the maximum value attribute.
|
void |
AttributeSchema.setMinValue(String minV)
Sets the minimum value attribute.
|
void |
AttributeSchema.setOrder(Integer order)
Sets the order of this attribute.
|
void |
ServiceConfig.setPriority(int priority)
Sets the priority to the service configuration.
|
void |
PluginConfig.setPriority(int priority)
Sets the priority to the service plugin.
|
void |
AttributeSchema.setPropertiesViewBeanUR(String prop)
Sets the URL of the view bean for the attribute.
|
void |
ServiceSchemaManager.setPropertiesViewBeanURL(String url)
Sets the URL of the view bean for the service.
|
void |
PluginSchema.setPropertiesViewBeanURL(String url)
Sets the URL of the view bean for the plugin.
|
void |
ServiceSchemaManager.setResourceName(String name)
Sets the service's resource name for CREST representation.
|
void |
ServiceSchema.setResourceName(String name)
Sets the CREST resource name for the service schema.
|
void |
AttributeSchema.setResourceName(String name)
Sets the CREST representation name for the attribute.
|
void |
ServiceSchemaManager.setRevisionNumber(int revisionNumber)
iPlanet_PUBLIC-METHOD Sets the revision number for the service schema.
|
void |
AttributeSchema.setSearchable(String value)
Sets the attribute isSearchable, if value is set to
true
,
or false . |
void |
ServiceSchemaManager.setServiceHierarchy(String newhierarchy)
Sets the service's hierarchy
|
void |
AttributeSchema.setStartRange(String stRange)
Sets the start range attribute.
|
void |
AttributeSchema.setSyntax(String synt)
Sets the Syntax attribute.
|
void |
AttributeSchema.setType(String type)
Sets the type.
|
void |
AttributeSchema.setUIType(String uiType)
Sets the
UIType attribute. |
void |
ServiceInstance.setURI(String uri)
Sets the URI for the service instance.
|
void |
AttributeSchema.setValidator(String valid)
Sets the Validator attribute
|
abstract Set<String> |
SMSObject.subEntries(SSOToken token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entries.
|
String |
PluginSchema.toXML() |
String |
ServiceSchemaManager.toXML(AMEncryption encryptObj) |
String |
ServiceManager.toXML(AMEncryption encryptObj) |
String |
ServiceConfigManager.toXML(AMEncryption encryptObj) |
String |
ServiceSchemaManagerImpl.toXML(AMEncryption encryptObj) |
String |
ServiceConfig.toXML(String NodeTag,
AMEncryption encryptObj) |
String |
ServiceConfig.toXML(String NodeTag,
AMEncryption encryptObj,
String orgName) |
void |
OrganizationConfigManager.unassignService(String serviceName)
Unassigns the service from the organization.
|
protected void |
AttributeSchema.updateBooleanValues(String trueValue,
String trueValueI18nKey,
String falseValue,
String falseValueI18nKey,
Document doc) |
protected void |
AttributeSchema.updateChoiceValues(Map choiceValues) |
protected void |
AttributeSchema.updateChoiceValues(Map choiceValues,
Document doc) |
protected void |
AttributeSchema.updateDefaultValues(Set defaultValues)
Method for modifying default values
|
protected void |
AttributeSchema.updateDefaultValues(Set defaultValues,
Document doc)
Method for modifying default values given the XML document
|
protected void |
AttributeSchema.updateXMLDocument(StringBuffer sb,
String elementName,
Document updateDoc) |
protected void |
AttributeSchema.updateXMLDocument(String attrName,
String attrValue)
update attribute value in attribute schema element
|
static boolean |
RemoteServiceAttributeValidator.validate(SSOToken token,
String clazz,
Set values)
Validates a set of values.
|
Map |
ServiceSchema.validateAndInheritDefaults(Map attrMap,
boolean inherit)
Validates the
attrMap against the attributes defined in
this schema of the service. |
Map |
ServiceSchema.validateAndInheritDefaults(Map attrMap,
String orgName,
boolean inherit)
Validates the
attrMap against the attributes defined in
this schema of the service for the given organization. |
boolean |
ServiceSchema.validateAttributes(Map attributeSet)
Determines whether each attribute in the attribute set is valid.
|
boolean |
ServiceSchema.validateAttributes(Map attributeSet,
String orgName)
Determines whether each attribute in the attribute set is valid for the
given organization.
|
protected void |
PluginConfig.validatePluginConfig() |
protected void |
PluginSchema.validatePluginSchema() |
protected void |
ServiceInstance.validateServiceInstance() |
protected static boolean |
ServiceManager.validateServiceSchema(Node serviceNode) |
static void |
SMSEntry.validateToken(SSOToken token) |
Constructor and Description |
---|
OrganizationConfigManager(SSOToken token,
String orgName)
Constructor to obtain an instance of
OrganizationConfigManager
for an organization by providing
an authenticated identity of the user. |
PluginConfig(String name,
ServiceConfigManager scm,
com.sun.identity.sm.PluginConfigImpl pc)
Protected constructor
|
PluginSchema(SSOToken token,
String serviceName,
String version,
String pluginName,
String iName,
String orgName) |
ServiceConfig(ServiceConfigManager scm,
com.sun.identity.sm.ServiceConfigImpl sc)
Protected constructor
|
ServiceConfigManager(SSOToken token,
String serviceName,
String version)
Creates an instance of
ServiceConfigManager for the given service and version. |
ServiceConfigManager(String serviceName,
SSOToken token)
Constrctor to obtain an instance
ServiceConfigManager
for
a service by providing an authenticated identity of the user. |
ServiceManager(SSOToken token)
Creates an instance of
ServiceManager . |
ServiceSchemaManager(SSOToken token,
String serviceName,
String version)
Creates an instance of
ServiceSchemaManager for the given service and version
pair. |
ServiceSchemaManager(String serviceName,
SSOToken token)
Constructor for service's schema manager to manage the attributes and
sub configurations.
|
SMSEntry(SSOToken token,
String dn)
Constructor for a persistent SMS object given an authenticated SSOToken
and DN.
|
Modifier and Type | Method and Description |
---|---|
void |
SMSEnhancedFlatFileObject.create(SSOToken token,
String objName,
Map attrs)
Creates the configuration object.
|
void |
SMSFlatFileObject.create(SSOToken token,
String objName,
Map attrs)
Creates the configuration object.
|
void |
SMSEnhancedFlatFileObject.delete(SSOToken token,
String objName)
Deletes the configuration object and all objects below it.
|
void |
SMSFlatFileObject.delete(SSOToken token,
String objName)
Deletes the configuration object and all objects below it.
|
protected void |
SMSFlatFileObject.deleteSunXmlKeyValFiles(File dirHandle)
Delete sunxmlkeyvalue files under the given directory.
|
protected void |
SMSEnhancedFlatFileObject.deleteSunXmlKeyValFiles(SMSFlatFileTreeNode node)
Delete sunxmlkeyvalue files under the given node.
|
protected Set |
SMSEnhancedFlatFileObject.getSubEntries(String objName,
String filter,
String sidFilter,
boolean isSubConfig,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Real routine to get sub entries, used by subEntries() and
schemaSubEntries().
|
protected Set |
SMSFlatFileObject.getSubEntries(String objName,
String filter,
String sidFilter,
boolean isSubConfig,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Real routine to get sub entries, used by subEntries() and
schemaSubEntries().
|
protected abstract Set<String> |
SMSFlatFileObjectBase.getSubEntries(String objName,
String filter,
String sidFilter,
boolean isSubConfig,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Real routine to get sub entries, used by subEntries() and
schemaSubEntries().
|
protected void |
SMSFlatFileObjectBase.initialize()
Initializes the SMSFlatFileObject:
Gets the flat file directory and default organization DN from
AMConfig.properties, creates the root directory if it does not exist.
|
protected void |
SMSFlatFileObject.loadMapper()
Loads the name mapper, create it if it doesn't exist.
|
protected Properties |
SMSFlatFileObjectBase.loadProperties(File filehandle,
String objName)
Loads properties from the attribute file handle.
|
void |
SMSEnhancedFlatFileObject.modify(SSOToken token,
String objName,
ModificationItem[] mods)
Modifies the attributes for the given configuration object.
|
void |
SMSFlatFileObject.modify(SSOToken token,
String objName,
ModificationItem[] mods)
Modify the attributes for the given configuration object.
|
Map |
SMSEnhancedFlatFileObject.read(SSOToken token,
String objName)
Reads in attributes of a configuration object.
|
Map |
SMSFlatFileObject.read(SSOToken token,
String objName)
Reads in attributes of a configuration object.
|
String |
SMSEnhancedFlatFileObject.registerCallbackHandler(SSOToken token,
SMSObjectListener changeListener)
Register a listener.
|
String |
SMSFlatFileObjectBase.registerCallbackHandler(SSOToken token,
SMSObjectListener changeListener)
Register a listener.
|
protected void |
SMSFlatFileObjectBase.saveProperties(Properties props,
File filehandle,
String header)
Saves properties to the attributes file handle, with given objName
in the file header.
|
Set<String> |
SMSFlatFileObjectBase.schemaSubEntries(SSOToken token,
String objName,
String filter,
String sidFilter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns a Set of sub entry names that match the given filter and
the given sun service id filter.
|
Set<String> |
SMSFlatFileObjectBase.search(SSOToken token,
String objName,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder)
Search for a config object with the given filter.
|
Iterator<SMSDataEntry> |
SMSFlatFileObjectBase.search(SSOToken token,
String objName,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes)
Search for a config object with the given filter.
|
Set<String> |
SMSFlatFileObjectBase.searchOrganizationNames(SSOToken token,
String objName,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
String serviceName,
String attrName,
Set values)
Returns the organization names.
|
Set<String> |
SMSFlatFileObjectBase.searchSubOrgNames(SSOToken token,
String objName,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
boolean recursive)
Returns the suborganization names.
|
Set<String> |
SMSFlatFileObjectBase.subEntries(SSOToken token,
String objName,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns a Set of sub-entry names that match the given filter.
|
Constructor and Description |
---|
SMSEnhancedFlatFileObject()
Constructor for SMSEnhancedFlatFileObject.
|
SMSFlatFileObject()
Constructor for SMSFlatFileObject.
|
SMSFlatFileObjectBase()
Constructor for SMSFlatFileObject.
|
Modifier and Type | Method and Description |
---|---|
void |
SMSJAXRPCObject.create(SSOToken token,
String objName,
Map attributes)
Creates an entry in the persistent store.
|
void |
SMSJAXRPCObjectImpl.create(String tokenID,
String objName,
Map attributes)
Creates an entry in the persistent store.
|
void |
SMSObjectIF.create(String token,
String objName,
Map attributes) |
void |
SMSJAXRPCObject.delete(SSOToken token,
String objName)
Delete the entry in the datastore.
|
void |
SMSJAXRPCObjectImpl.delete(String tokenID,
String objName)
Delete the entry in the datastore.
|
void |
SMSObjectIF.delete(String token,
String objName) |
void |
SMSJAXRPCObject.modify(SSOToken token,
String objName,
ModificationItem[] mods)
Modifies the attributes to the object.
|
void |
SMSJAXRPCObjectImpl.modify(String tokenID,
String objName,
String mods)
Modifies the attributes to the object.
|
void |
SMSObjectIF.modify(String token,
String objName,
String mods) |
Map<String,Set<String>> |
SMSJAXRPCObject.read(SSOToken token,
String objName)
Reads in the object from persistent store.
|
Map |
SMSJAXRPCObjectImpl.read(String tokenID,
String objName)
Returns the attribute names and values of the provided object using the
identity of the provided SSO Token
|
Map |
SMSObjectIF.read(String t,
String name) |
void |
SMSJAXRPCObject.registerCallbackHandler(SMSObjectListener changeListener)
Registration for event change notifications.
|
Set<String> |
SMSJAXRPCObject.schemaSubEntries(SSOToken token,
String dn,
String filter,
String sidFilter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entries.
|
Set |
SMSJAXRPCObjectImpl.schemaSubEntries(String tokenID,
String dn,
String filter,
String sidFilter,
int numOfEntries,
boolean sortResults,
boolean ao)
Returns the sub-entries matching the schema id.
|
Set |
SMSObjectIF.schemaSubEntries(String token,
String dn,
String filter,
String sidFilter,
int numOfEntries,
boolean sortResults,
boolean ao) |
Set<String> |
SMSJAXRPCObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder)
Searchs the data store for objects that match the filter
|
Iterator<SMSDataEntry> |
SMSJAXRPCObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes)
Searches the data store for objects that match the filter
|
Set |
SMSJAXRPCObjectImpl.search(String tokenID,
String startDN,
String filter)
Searchs the data store for objects that match the filter
|
Set |
SMSObjectIF.search(String token,
String startDN,
String filter) |
Set |
SMSJAXRPCObjectImpl.search2(String tokenID,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder)
Searchs the data store for objects that match the filter
|
Set |
SMSObjectIF.search2(String token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder) |
Set |
SMSJAXRPCObjectImpl.search3(String tokenID,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes)
Searches the data store for objects that match the filter with an exclude set
|
Set |
SMSObjectIF.search3(String tokenID,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes) |
Set<String> |
SMSJAXRPCObject.searchOrganizationNames(SSOToken token,
String dn,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
String serviceName,
String attrName,
Set values)
Returns the organization names.
|
Set |
SMSJAXRPCObjectImpl.searchOrganizationNames(String tokenID,
String dn,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
String serviceName,
String attrName,
Set values)
Returns the organization names.
|
Set |
SMSObjectIF.searchOrganizationNames(String token,
String dn,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
String serviceName,
String attrName,
Set values) |
Set<String> |
SMSJAXRPCObject.searchSubOrgNames(SSOToken token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
boolean recursive)
Returns the suborganization names.
|
Set |
SMSJAXRPCObjectImpl.searchSubOrgNames(String tokenID,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
boolean recursive)
Returns the suborganization names.
|
Set |
SMSObjectIF.searchSubOrgNames(String token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
boolean recursive) |
Set<String> |
SMSJAXRPCObject.subEntries(SSOToken token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entries.
|
Set |
SMSJAXRPCObjectImpl.subEntries(String tokenID,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entries.
|
Set |
SMSObjectIF.subEntries(String token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder) |
boolean |
SMSJAXRPCObject.validateServiceAttributes(SSOToken token,
String validatorClass,
Set values)
Validates service configuration attributes.
|
boolean |
SMSJAXRPCObjectImpl.validateServiceAttributes(String token,
String validatorClass,
Set values)
Validates service configuration attributes.
|
boolean |
SMSObjectIF.validateServiceAttributes(String token,
String validatorClass,
Set values)
Validates service configuration attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
SMSEmbeddedLdapObject.create(SSOToken token,
String dn,
Map attrs)
Create an entry in the directory
|
void |
SMSLdapObject.create(SSOToken token,
String dn,
Map attrs)
Create an entry in the directory
|
void |
SMSEmbeddedLdapObject.delete(SSOToken token,
String dn)
Delete the entry in the directory.
|
void |
SMSLdapObject.delete(SSOToken token,
String dn)
Delete the entry in the directory.
|
void |
SMSEmbeddedLdapObject.modify(SSOToken token,
String dn,
ModificationItem[] mods)
Save the entry using the token provided.
|
void |
SMSLdapObject.modify(SSOToken token,
String dn,
ModificationItem[] mods)
Save the entry using the token provided.
|
Map |
SMSEmbeddedLdapObject.read(SSOToken token,
String dn)
Reads in the object from persistent store, assuming that the guid and the
SSOToken are valid
|
Map<String,Set<String>> |
SMSLdapObject.read(SSOToken token,
String dn)
Reads in the object from persistent store, assuming that the guid and the
SSOToken are valid
|
void |
SMSEmbeddedLdapObject.registerCallbackHandler(SMSObjectListener changeListener)
Registration of Notification Callbacks
|
void |
SMSLdapObject.registerCallbackHandler(SMSObjectListener changeListener)
Registration of Notification Callbacks
|
Set<String> |
SMSEmbeddedLdapObject.schemaSubEntries(SSOToken token,
String dn,
String filter,
String sidFilter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entry names.
|
Set<String> |
SMSLdapObject.schemaSubEntries(SSOToken token,
String dn,
String filter,
String sidFilter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entry names.
|
Set<String> |
SMSEmbeddedLdapObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder)
Returns LDAP entries that match the filter, using the start DN provided
in method
|
Set<String> |
SMSLdapObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder)
Returns LDAP entries that match the filter, using the start DN provided
in method
|
Iterator<SMSDataEntry> |
SMSEmbeddedLdapObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes) |
Iterator<SMSDataEntry> |
SMSLdapObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set<String> excludes)
Returns LDAP entries that match the filter, using the start DN provided
in method
|
Set<String> |
SMSEmbeddedLdapObject.searchOrganizationNames(SSOToken token,
String dn,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
String serviceName,
String attrName,
Set values)
Returns the organization names.
|
Set<String> |
SMSLdapObject.searchOrganizationNames(SSOToken token,
String dn,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
String serviceName,
String attrName,
Set values)
Returns the organization names.
|
Set<String> |
SMSEmbeddedLdapObject.searchSubOrgNames(SSOToken token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
boolean recursive)
Returns the suborganization names.
|
Set<String> |
SMSLdapObject.searchSubOrgNames(SSOToken token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder,
boolean recursive)
Returns the suborganization names.
|
Set<String> |
SMSEmbeddedLdapObject.subEntries(SSOToken token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entry names.
|
Set<String> |
SMSLdapObject.subEntries(SSOToken token,
String dn,
String filter,
int numOfEntries,
boolean sortResults,
boolean ascendingOrder)
Returns the sub-entry names.
|
Constructor and Description |
---|
SMSEmbeddedLdapObject()
Public constructor for SMSEmbeddedLdapObject
|
SMSLdapObject()
Public constructor for SMSLdapObject
|
Modifier and Type | Method and Description |
---|---|
TokenRestriction |
TokenRestrictionResolver.resolve(String agentId,
String realm,
SSOToken adminToken)
Returns an appropriate token restriction for the given agent.
|
TokenRestriction |
TokenRestrictionResolver.resolve(String providerId,
String gotoUrl,
SSOToken adminToken,
boolean uniqueSSOTokenCookie)
Returns an appropriate token restriction for the given agent.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
PersistentCookieModuleWrapper.generateConfig(String tokenIdleTime,
String maxTokenLife,
boolean enforceClientIP,
String realm,
boolean secureCookie,
boolean httpOnlyCookie,
String cookieName,
Collection<String> cookieDomains,
String hmacKey)
Creates a Map of configuration information required to configure the JwtSessionModule.
|
protected ServiceConfigManager |
PersistentCookieModuleWrapper.getServiceConfigManager()
Returns the config manager for the auth service.
|
Modifier and Type | Method and Description |
---|---|
ServiceConfigManager |
CoreServicesWrapper.getServiceConfigManager(String serviceName,
SSOToken token)
Gets a ServiceConfigManager instance.
|
ServiceConfigManager |
CoreWrapper.getServiceConfigManager(String serviceName,
SSOToken token)
Gets a
ServiceConfigManager for the given service. |
Modifier and Type | Method and Description |
---|---|
T |
DeviceServiceFactory.create(ServiceConfigManager serviceConfigManager,
String realm)
Creates a new DeviceService for the current realm.
|
T |
AuthenticatorDeviceServiceFactory.create(String realm)
Generate a new instance of the DeviceService for this factory in the given realm.
|
Constructor and Description |
---|
EncryptedDeviceStorage(ServiceConfigManager configManager,
String realm,
String debugLocation)
Generates a new EncryptedDeviceStorage for a given service.
|
Modifier and Type | Method and Description |
---|---|
AuthenticatorOathService |
AuthenticatorOathServiceFactory.create(ServiceConfigManager serviceConfigManager,
String realm) |
Constructor and Description |
---|
AuthenticatorOathService(ServiceConfigManager configManager,
String realm)
Basic constructor for the AuthenticatorOathService.
|
Modifier and Type | Method and Description |
---|---|
AuthenticatorPushService |
AuthenticatorPushServiceFactory.create(ServiceConfigManager serviceConfigManager,
String realm) |
Constructor and Description |
---|
AuthenticatorPushService(ServiceConfigManager serviceConfigManager,
String realm)
Generates a new AuthenticatorPushStorage, used to encrypt and store device settings on a user's
profile under a config storage attribute provided by the service looked up on instance creation.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceConfig |
SmsResourceProvider.checkedInstanceSubConfig(org.forgerock.services.context.Context context,
String resourceId,
ServiceConfig config)
Retrieves the
ServiceConfig instance for the provided resource ID within the provided ServiceConfig
parent instance, and checks whether it exists. |
void |
SmsConsoleServiceNameFilter.filter(Set<String> services)
Filters (mutates) the provided service set to remove services which should not be displayed to the console.
|
protected ServiceConfig |
SmsGlobalSingletonProvider.getGlobalConfigNode(ServiceConfigManager scm,
String resourceId)
Global config can be null which is fine when a schema has no global attributes, but it may
have realm attribute defaults and/or dynamic attributes.
|
protected ServiceConfig |
SmsSingletonProvider.getGlobalConfigNode(ServiceConfigManager scm,
String resourceId)
Gets the referenced global
ServiceConfig for the current request. |
protected ServiceConfig |
SmsServerPropertiesResource.getServerConfigs(org.forgerock.services.context.Context serverContext) |
protected ServiceConfig |
SmsServerPropertiesResource.getServerConfigs(SSOToken ssoToken) |
protected ServiceConfigManager |
SmsResourceProvider.getServiceConfigManager(org.forgerock.services.context.Context context)
Gets a
ServiceConfigManager using the SSOToken available from the request
context. |
protected ServiceConfig |
SmsSingletonProvider.getServiceConfigNode(org.forgerock.services.context.Context serverContext,
String resourceId)
Gets the referenced
ServiceConfig for the current request. |
protected org.forgerock.json.resource.ResourceResponse |
SitesResourceProvider.getSite(SSOToken token,
String siteName) |
protected org.forgerock.json.JsonValue |
SmsResourceProvider.getTypeValue(org.forgerock.services.context.Context context) |
Map<String,String> |
SmsConsoleServiceNameFilter.mapNameToDisplayName(Set<String> names)
Maps service internal names to displayable (localized) names via their resource names.
|
protected ServiceConfig |
SmsResourceProvider.parentSubConfigFor(org.forgerock.services.context.Context context,
ServiceConfigManager scm)
Gets the ServiceConfig parent of the parent of the config being addressed by the current request.
|
protected void |
SmsGlobalSingletonProvider.saveConfigAttributes(ServiceConfig config,
Map<String,Set<String>> attributes) |
protected void |
SmsSingletonProvider.saveConfigAttributes(ServiceConfig config,
Map<String,Set<String>> attributes) |
Constructor and Description |
---|
SmsAggregatingAgentsQueryHandler(ServiceSchema schema,
Debug debug)
Create an instance of the SmsAggregatingAgentsQueryHandler
|
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) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
ValidGotoUrlExtractor.getValidGotoUrlPatterns(String realm) |
Modifier and Type | Method and Description |
---|---|
void |
BasicClientTypesManager.store(SSOToken token)
Save changed to persistent store.
|
Modifier and Type | Method and Description |
---|---|
PushNotificationServiceConfigHelper |
PushNotificationServiceConfigHelperFactory.getConfigHelperFor(String realm)
Produces a config helper for a given realm.
|
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.
|
ServiceConfigManager |
ServiceConfigManagerFactory.create(String serviceName,
String serviceVersion)
Creates a new instance of
ServiceConfigManager . |
Modifier and Type | Method and Description |
---|---|
String |
UmaSettingsImpl.getAuditLogConfig()
Gets the config file to be used to store Uma audit
|
String |
UmaSettings.getAuditLogConfig()
Gets the config file to be used to store Uma audit
|
Modifier and Type | Method and Description |
---|---|
protected static void |
UpgradeUtils.addChoiceValues(AttributeSchema attrSchema,
Map choiceValMap)
Add choice values to an attribute .
|
Modifier and Type | Method and Description |
---|---|
Boolean |
OpenAMSettingsImpl.getBooleanSetting(String realm,
String attributeName)
Gets the raw
Set of the values of the specified attribute name in the given realm and gets the first
value and parses it to a Boolean. |
Boolean |
OpenAMSettings.getBooleanSetting(String realm,
String attributeName)
Gets the raw
Set of the values of the specified attribute name in the given realm and gets the first
value and parses it to a Boolean. |
Long |
OpenAMSettingsImpl.getLongSetting(String realm,
String attributeName)
Gets the raw
Set of the values of the specified attribute name in the given realm and gets the first
value and decodes it to a Long. |
Long |
OpenAMSettings.getLongSetting(String realm,
String attributeName)
Gets the raw
Set of the values of the specified attribute name in the given realm and gets the first
value and decodes it to a Long. |
Map<String,String> |
OpenAMSettingsImpl.getMapSetting(String realm,
String attributeName)
Gets a setting from the given realm and parses it as into a Map from string keys to string values, according
to the
MapValueParser format. |
Map<String,String> |
OpenAMSettings.getMapSetting(String realm,
String attributeName)
Gets a setting from the given realm and parses it as into a Map from string keys to string values, according
to the
MapValueParser format. |
static Set<String> |
RealmUtils.getRealmNames(SSOToken adminToken)
Retrieve the names of all the realms starting with '/' and including '/'.
|
KeyPair |
OpenAMSettingsImpl.getServerKeyPair(String realm,
String alias) |
KeyPair |
OpenAMSettings.getServerKeyPair(String realm,
String attributeName)
Gets the key pair that OpenAM is configured to use for the specified realm.
|
Set<String> |
OpenAMSettingsImpl.getSetting(String realm,
String attributeName)
Gets the raw
Set of the values of the specified attribute name in the given realm. |
Set<String> |
OpenAMSettings.getSetting(String realm,
String attributeName)
Gets the raw
Set of the values of the specified attribute name in the given realm. |
KeyPair |
OpenAMSettingsImpl.getSigningKeyPair(String realm,
org.forgerock.json.jose.jws.JwsAlgorithm algorithm)
Gets the key pair that OpenAM is configured to use for the specified realm.
|
KeyPair |
OpenAMSettings.getSigningKeyPair(String realm,
org.forgerock.json.jose.jws.JwsAlgorithm algorithm)
Gets the key pair that OpenAM is configured to use for the specified realm.
|
String |
OpenAMSettingsImpl.getStringSetting(String realm,
String attributeName)
Gets the raw
Set of the values of the specified attribute name in the given realm and gets the first
value. |
String |
OpenAMSettings.getStringSetting(String realm,
String attributeName)
Gets the raw
Set of the values of the specified attribute name in the given realm and gets the first
value. |
boolean |
OpenAMSettingsImpl.hasConfig(String realm) |
boolean |
OpenAMSettings.hasConfig(String realm)
Whether there is realm config for the service
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.