Uses of Class
com.iplanet.sso.SSOException
-
Packages that use SSOException Package Description com.iplanet.sso This package contains classes fro accessing the Single Sign On service and representing a SSOToken(Single Sign On) which contains the information related to session.com.iplanet.sso.providers.dpro This package contains classes that represent SSOProvidercom.sun.identity.idm Provides classes for accessing the Identity Repository interfaces.com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources.com.sun.identity.sm Provides classes for accessing the Service Management Service (SMS).org.forgerock.am.identity.application org.forgerock.am.identity.domain org.forgerock.am.identity.persistence org.forgerock.openam.secrets The AM supporting classes for centrally configuring secrets. -
-
Uses of SSOException in com.iplanet.sso
Subclasses of SSOException in com.iplanet.sso Modifier and Type Class Description classSSOTokenListenersUnsupportedExceptionThisSSOTokenCannotBeObservedExceptionis thrown when callingSSOToken.addSSOTokenListener(SSOTokenListener)on anSSOTokentype that does not generate lifecycle events.Methods in com.iplanet.sso that throw SSOException Modifier and Type Method Description voidSSOToken. addSSOTokenListener(SSOTokenListener listener)Adds an SSO token listener for the token change events.SSOTokenSSOTokenManager. createSSOToken(String tokenId)Creates a single sign on token from the single sign on token ID.SSOTokenSSOTokenManager. createSSOToken(String tokenId, String clientIP)Creates a single sign on token from the single sign on token ID.SSOTokenSSOTokenManager. createSSOToken(javax.servlet.http.HttpServletRequest request)Creates a single sign on token fromHttpServletRequestStringSSOToken. dereferenceRestrictedTokenID(SSOToken requester, String restrictedId)Given a restricted token, returns the SSOTokenID of the master token can only be used if the requester is an app token.voidSSOTokenManager. destroyToken(SSOToken token)Destroys a single sign on token.voidSSOTokenManager. destroyToken(SSOToken destroyer, SSOToken destroyed)Destroys a single sign on token.intSSOToken. getAuthLevel()Returns the authentication level of the authentication method used for authentication.StringSSOToken. getAuthType()Returns the authentication method used for authentication.StringSSOToken. getHostName()Returns the host name of the client (browser) that sent the request.longSSOToken. getIdleTime()Returns the session idle time in seconds.static SSOTokenManagerSSOTokenManager. getInstance()Returns the singleton instance ofSSOTokenManager.InetAddressSSOToken. getIPAddress()Returns the IP Address of the client (browser) that sent the request.longSSOToken. getMaxIdleTime()Returns the maximum session idle time in minutes.longSSOToken. getMaxSessionTime()Returns the maximum session time in minutes.PrincipalSSOToken. getPrincipal()Returns the value of the property "Principal" set to the single sign on token.Map<String,String>SSOToken. getProperties()Get an unmodifiable map of all properties stored in this token.StringSSOToken. getProperty(String name)Gets the property stored in this token.StringSSOToken. getProperty(String name, boolean ignoreState)Gets the property stored in this token.longSSOToken. getTimeLeft()Returns the time left in seconds on the session based on max session time.intSSOTokenEvent. getType()Returns the type of this event.SetSSOTokenManager. getValidSessions(SSOToken requester, String server)Returns a list of single sign on token objects which correspond to valid Sessions accessible to requester.booleanSSOToken. isTokenRestricted()Returns true if the SSOTokenID associated with this SSOToken is a restricted token, false otherwise.voidSSOTokenManager. refreshSession(SSOToken token)Refresh the Session corresponding to the single sign on token from the Session Server.voidSSOToken. setProperty(String name, String value)Sets a property for this token.voidSSOTokenManager. validateToken(SSOToken token)Returns true if the single sign on token is valid. -
Uses of SSOException in com.iplanet.sso.providers.dpro
Methods in com.iplanet.sso.providers.dpro that throw SSOException Modifier and Type Method Description voidSSOProviderImpl. destroyToken(SSOToken destroyer, SSOToken destroyed)Destroys a single sign on token.Set<SSOToken>SSOProviderImpl. getValidSessions(SSOToken requester, String server)Returns a list of single sign on token objects which correspond to valid Sessions accessible to requester. -
Uses of SSOException in com.sun.identity.idm
Methods in com.sun.identity.idm that throw SSOException Modifier and Type Method Description abstract intIdRepo. addListener(SSOToken token, IdRepoListener listener)Adds a listener for changes in the repositoryvoidAMIdentity. addMember(AMIdentity identity)Adds the passed identity as a member of this identity.voidAMIdentity. addMembers(Set<AMIdentity> identities)Adds the passed identities as members of this identity.voidAMIdentity. assignService(String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attributes)Assigns the service and service related attributes to the identity.abstract voidIdRepo. 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.voidAMIdentity. changePassword(String oldPassword, String newPassword)Changes password for the identity.voidIdRepo. changePassword(SSOToken token, IdType type, String name, String attrName, String oldPassword, String newPassword)Changes password of identity.abstract StringIdRepo. create(SSOToken token, IdType type, String name, Map<String,Set<String>> attrMap)Creates an identity.Set<AMIdentity>AMIdentityRepository. createIdentities(IdType type, Map<String,Map<?,?>> identityNamesAndAttrs)Create a set ofAMIdentitys.AMIdentityAMIdentityRepository. createIdentity(IdType type, String idName, Map attrMap)Create anAMIdentityobject.abstract voidIdRepo. delete(SSOToken token, IdType type, String name)Deletes an identity.voidAMIdentityRepository. deleteIdentities(IdType type, Set identities)Delete a set of identities byIdType.voidAMIdentityRepository. deleteIdentities(Set<AMIdentity> identities)Delete a set ofAMIdentitys.SetAMIdentityRepository. getAllowedIdOperations(IdType type)Get allowed identity operations.Set<String>AMIdentity. getAssignableServices()Returns all services which can be assigned to this entity.Set<String>AMIdentity. getAssignedServices()Returns the set of services already assigned to this identity.abstract Set<String>IdRepo. getAssignedServices(SSOToken token, IdType type, String name, Map<String,Set<String>> mapOfServicesAndOCs)Returns the set of services assigned to this identity.Set<String>AMIdentity. getAttribute(String attrName)Returns the values of the requested attribute.MapAMIdentity. getAttributes()Returns all attributes and values of this identity.MapAMIdentity. getAttributes(Set<String> attrNames)Returns requested attributes and values of this object.abstract Map<String,Set<String>>IdRepo. getAttributes(SSOToken token, IdType type, String name)Returns all attributes and values of name objectabstract Map<String,Set<String>>IdRepo. getAttributes(SSOToken token, IdType type, String name, Set<String> attrNames)Returns requested attributes and values of name object.MapAMIdentity. getBinaryAttributes(Set attrNames)Returns requested attributes and values of this object.abstract Map<String,byte[][]>IdRepo. getBinaryAttributes(SSOToken token, IdType type, String name, Set<String> attrNames)Returns requested binary attributes as an array of bytes.abstract Map<String,byte[][]>IdRepo. getBinaryServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set<String> attrNames)Returns the requested binary attribute values of the service attributes as an array of bytes.StringIdRepo. getFullyQualifiedName(SSOToken token, IdType type, String name)Returns the fully qualified name for the identity.static AMIdentityIdUtils. getIdentity(SSOToken token)Set<AMIdentity>AMIdentity. getMembers(IdType mtype)Return all members of a given identity type of this identity as a Set of AMIdentity objects.abstract Set<String>IdRepo. getMembers(SSOToken token, IdType type, String name, IdType membersType)Returns the memberships of an identity.Set<AMIdentity>AMIdentity. getMemberships(IdType mtype)Returns the set of identities that this identity belongs to.abstract Set<String>IdRepo. getMemberships(SSOToken token, IdType type, String name, IdType membershipType)Returns the memberships of an identity.AMIdentityAMIdentityRepository. getRealmIdentity()Get the realmAMIdentityobject.Map<String,Set<String>>AMIdentity. getServiceAttributes(String serviceName)Returns attributes related to a service, if the service is assigned to the identity.abstract Map<String,Set<String>>IdRepo. getServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set<String> attrNames)Returns the attribute values of the service attributes.MapAMIdentity. getServiceAttributesAscending(String serviceName)Returns attributes related to a service, if the service is assigned to the identity.SetAMIdentityRepository. getSupportedIdTypes()Get supported identity types.booleanAMIdentity. isActive()If there is a status attribute configured, then verifies if the identity is active and returns true.booleanIdRepo. isActive(SSOToken token, IdType type, String name)Returns true if thenameobject is active.booleanAMIdentity. isExists()This method determines if the identity exists and returns true or false.abstract booleanIdRepo. isExists(SSOToken token, IdType type, String name)Returns true if thenameobject exists in the data store.booleanAMIdentity. isMember(UniversalId universalId)Verifies if this identity is a member of the identity being passed.abstract voidIdRepo. modifyMemberShip(SSOToken token, IdType type, String name, Set<String> members, IdType membersType, int operation)Modify membership of the identity.voidAMIdentity. modifyService(String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attrMap)Set attributes related to a specific service.abstract voidIdRepo. modifyService(SSOToken token, IdType type, String name, String serviceName, SchemaType sType, Map<String,Set<String>> attrMap)Modifies the attribute values of the service attributes.voidAMIdentity. removeAttributes(Set<String> attrNames)Removes the attributes from the identity entry.abstract voidIdRepo. removeAttributes(SSOToken token, IdType type, String name, Set<String> attrNames)Removes the attributes from the identity.voidAMIdentity. removeMember(AMIdentity identity)Removes the passed identity as a member of this identity.voidAMIdentity. removeMembers(Set<AMIdentity> identities)Removes the passed identities as members of this identity.voidAMIdentity. removeServiceAttributes(String serviceName, Set<String> attrNames)Removes attributes value related to a specific service by setting it to empty.abstract com.sun.identity.idm.RepoSearchResultsIdRepo. search(SSOToken token, IdType type, org.forgerock.openam.utils.CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String,Set<String>> avPairs, boolean recursive)Search for specific type of identities using a CrestQuery object instead of a string.IdSearchResultsAMIdentityRepository. searchIdentities(IdType type, String pattern, IdSearchControl ctrl)Search for identities of certain types from each plugin and returns a combined result.voidAMIdentity. setActiveStatus(boolean active)If there is a status attribute configured, then set its status to true or activated state if the parameter active is true.abstract voidIdRepo. setActiveStatus(SSOToken token, IdType type, String name, boolean active)Sets the object's status toactive.voidAMIdentity. setAttributes(Map attrMap)Sets the values of attributes.abstract voidIdRepo. setAttributes(SSOToken token, IdType type, String name, Map<String,Set<String>> attributes, boolean isAdd)Set the values of attributes of the identity.voidAMIdentity. setBinaryAttributes(Map attrMap)Set the values of binary attributes.abstract voidIdRepo. setBinaryAttributes(SSOToken token, IdType type, String name, Map<String,byte[][]> attributes, boolean isAdd)Set the values of binary attributes the identity.voidAMIdentity. store()Stores the attributes of the object.voidAMIdentity. unassignService(String serviceName)Removes a service from the identity.abstract voidIdRepo. unassignService(SSOToken token, IdType type, String name, String serviceName, Map<String,Set<String>> attrMap)If the service is already assigned to the identity then this method unassigns the service and removes the related attributes from the entry.Constructors in com.sun.identity.idm that throw SSOException Constructor Description AMIdentity(SSOToken token)Constructs a newAMIdentityinstance from the passed token.AMIdentityRepository(SSOToken ssoToken, String realmName)Deprecated.Use the other constructorAMIdentityRepository(String, SSOToken) -
Uses of SSOException in com.sun.identity.policy
Methods in com.sun.identity.policy that throw SSOException Modifier and Type Method Description voidPolicyManager. addPolicy(Policy policy)Deprecated.Adds a policy to the data store.voidPolicy. addRealmSubject(SSOToken token, String subjectName, String realmName, boolean exclusive)Deprecated.Adds a reference in the policy to a Subject defined at the realm.voidPolicy. addRealmSubject(String subjectName, SubjectTypeManager stm, boolean exclusive)Deprecated.Adds a reference in the policy to a Subject defined at the realm.voidSubjectTypeManager. addSubject(String subjectName, Subject subject)Deprecated.Adds a policy subject at realm.SetConditionTypeManager. getConditionTypeNames()Deprecated.Returns aSetof all valid condition type names defined by the policy service.PolicyPolicyManager. getPolicy(String policyName)Deprecated.Gets the policy object given the name of the policy.PolicyDecisionPolicyEvaluator. getPolicyDecision(SSOToken token, String resourceName, Set actionNames, Map envParameters)Deprecated.Evaluates privileges of the user to perform the specified actions on the specified resource.PolicyDecisionProxyPolicyEvaluator. getPolicyDecisionIgnoreSubjects(String resourceName, Set actionNames, Map env)Deprecated.Gets policy decision for a resource, skipping subject evaluation.SetPolicyManager. getPolicyNames()Deprecated.Gets a set of names of polices defined in the organization for which the policy manager was instantiated.SetPolicyManager. getPolicyNames(String pattern)Deprecated.Gets a set of selected policy names matching the pattern in the given organization.ProxyPolicyEvaluatorProxyPolicyEvaluatorFactory. getProxyPolicyEvaluator(SSOToken token, String serviceType)Deprecated.Gets an instance ofProxyPolicyEvaluator.SetReferralTypeManager. getReferralTypeNames()Deprecated.Returns a set of all valid referral type names defined by the policy service.SetPolicyEvaluator. getResourceResults(SSOToken userToken, String resourceName, String scope, Map envParameters)Deprecated.Gets resource result objects given a resource name.SetResponseProviderTypeManager. getResponseProviderTypeNames()Deprecated.Returns a set of all validResponseProvidertype names defined in thePolicyConfigservice.SetConditionTypeManager. getSelectedConditionTypeNames()Deprecated.Returns aSetof valid condition type names configured for the organization.SetReferralTypeManager. getSelectedReferralTypeNames()Deprecated.Returns a set of valid referral type names configured for the organization.SetResponseProviderTypeManager. getSelectedResponseProviderTypeNames()Deprecated.Returns a set of validResponseProvidertype names configured.SetSubjectTypeManager. getSelectedSubjectTypeNames()Deprecated.Returns a set of valid subject type names configured for the organization.SetSubjectTypeManager. getSubjectNames()Deprecated.Get the set of names of Subject(s) defined at the realmSetSubjectTypeManager. getSubjectTypeNames()Deprecated.Returns a set of all valid subject type names defined by the policy service.booleanPolicyEvaluator. isAllowed(SSOToken token, String resourceName, String actionName, Map envParameters)Deprecated.Evaluates simple privileges of boolean type.voidPolicyManager. removePolicy(String policyName)Deprecated.Deletes a policy in the organization with the given name.SubjectSubjectTypeManager. removeSubject(String subjectName)Deprecated.Removes the subject with the given name from the realm.SubjectSubjectTypeManager. removeSubject(String subjectName, boolean forcedRemove)Deprecated.Removes the subject with the given name from the realm.voidPolicyManager. replacePolicy(Policy policy)Deprecated.Replaces a policy object in the data store with the same policy namevoidSubjectTypeManager. replaceSubject(String subjectName, Subject subject)Deprecated.Replaces an existing subject with the same name by the current one at the realm.voidPolicy. store(SSOToken token, String name)Deprecated.Stores the policy object in a persistent data store under the organization, sub-organization or a container object, specified as a parameter.Constructors in com.sun.identity.policy that throw SSOException Constructor Description PolicyEvaluator(String serviceTypeName)Deprecated.Constructor to create aPolicyEvaluatorgiven theServiceTypename.PolicyManager(SSOToken token)Deprecated.Constructor forPolicyManagerfor the top (or root) organization.PolicyManager(SSOToken token, String name)Deprecated.Constructor forPolicyManagerfor the specified organization, sub organization or a container object.ReferralTypeManager()Deprecated.Creates aReferralTypeManagerobjectSubjectTypeManager()Deprecated.Constructs aSubjectTypeManagerobject -
Uses of SSOException in com.sun.identity.policy.interfaces
Methods in com.sun.identity.policy.interfaces that throw SSOException Modifier and Type Method Description ConditionDecisionCondition. getConditionDecision(SSOToken token, Map<String,Set<String>> env)Deprecated.Gets the decision computed by this condition object, based on theMapof environment parametersPolicyDecisionReferral. getPolicyDecision(SSOToken token, String resourceType, String resourceName, Set actionNames, Map envParameters)Deprecated.Gets policy resultsSetReferral. getResourceNames(SSOToken token, String serviceTypeName, String resourceName)Deprecated.Gets resource names that are exact matches, sub resources or wild card matches of argument resource name.MapResponseProvider. getResponseDecision(SSOToken token, Map env)Deprecated.Gets the response attributes computed by this ResponseProvider object, based on theSSOTokenandMapof environment parameters.ValidValuesReferral. getValidValues(SSOToken token)Deprecated.Gets the valid values for this referralValidValuesReferral. getValidValues(SSOToken token, String pattern)Deprecated.Gets the valid values for this referral matching a patternValidValuesSubject. getValidValues(SSOToken token)Deprecated.Returns a list of possible values for theSubject.ValidValuesSubject. getValidValues(SSOToken token, String pattern)Deprecated.Returns a list of possible values for theSubjectthat satisfy the givenpattern.SyntaxReferral. getValueSyntax(SSOToken token)Deprecated.Gets the syntax for the valueSyntaxSubject. getValueSyntax(SSOToken token)Deprecated.Returns the syntax of the values theSubjectimplementation can have.booleanSubject. isMember(SSOToken token)Deprecated.Determines if the user belongs to this instance of theSubjectobject. -
Uses of SSOException in com.sun.identity.sm
Methods in com.sun.identity.sm that throw SSOException Modifier and Type Method Description voidServiceConfig. addAttribute(String attrName, Set<String> values)Adds a configuration parameter to the service configuration.voidServiceInstance. addAttribute(String attrName, Set<String> values)Adds the given attribute name and values to the attribute set.voidServiceSchema. addAttributeSchema(InputStream xmlAttrSchema)Adds the attribute schema to this service.voidAttributeSchema. addChoiceValue(String value, String i18nKey)Adds a choice value and its i18n key to the existing set of choice values.voidServiceConfigManager. addConfiguration(InputStream in)Adds instances, global and organization configurationsvoidAttributeSchema. addDefaultValue(String value)Adds a default value to the existing set of default values.voidServiceConfig. addExportedOrganizationNames(Set<String> names)Adds the organization names to the list of organization names that can import this service configutation.voidServiceConfig. addSubConfig(String subConfigName, String subConfigId, int priority, org.forgerock.openam.sm.ConfigurationAttributes attrs)Adds a service sub-configuration with configuration parameters.voidServiceConfig. addSubConfig(String subConfigName, String subConfigId, int priority, org.forgerock.openam.sm.ConfigurationAttributes attrs, boolean isNewRealm)Adds a service sub-configuration with configuration parameters.voidServiceConfig. addSubConfig(String subConfigName, String subConfigId, org.forgerock.openam.sm.ConfigurationAttributes attrs)Adds a service sub-configuration with configuration parameters.voidServiceSchema. addSubSchema(InputStream xmlSubSchema)Adds the service's sub-schema given the XML input stream that follows the SMS DTD.voidServiceSchema. addSubSchema(Document xmlSubSchema)Adds the service's sub-schema given the XML document that follows the SMS DTD.voidServiceConfig. checkAndCreateGroup(String dn, String groupName, org.forgerock.openam.services.datastore.DataStoreId dataStoreId)ServiceConfigServiceConfigManager. createGlobalConfig(Map<String,Set<String>> attrs)Creates global configuration for the default instance of the service given the configuration attributes.ServiceConfigServiceConfigManager. createGlobalConfig(Map<String,Set<String>> attrs, org.forgerock.openam.services.datastore.DataStoreId dataStoreId)Creates global configuration for the default instance of the service given the configuration attributes.ServiceConfigServiceConfigManager. createOrganizationConfig(String orgName, org.forgerock.openam.sm.ConfigurationAttributes attrs, org.forgerock.openam.services.datastore.DataStoreId dataStoreId)Creates organization configuration for the default instance of the service given configuration attributes.voidServiceConfig. deleteLabeledUri(String luri)Deprecated.The labeledURI setting shall not be used for storing configuration data.voidServiceConfigManager. deleteOrganizationConfig(String orgName)Deletes the organization configuration data for the given organization.ServiceConfigManagerServiceManager. getConfigManager(String serviceName, String version)Returns theServiceConfigManagerfor the given service name and version.ServiceConfigServiceConfigManager. getGlobalConfig(String instanceName)Returns the global configuration for the given service instance.ServiceConfigServiceConfigManager. getGlobalConfig(String instanceName, org.forgerock.openam.services.datastore.DataStoreId dataStoreId)Returns the global configuration for the given service instance.ServiceInstanceServiceConfigManager. getInstance(String instanceName)Returns the service instance given the instance nameStringServiceConfig. 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 entryServiceConfigServiceConfigManager. getOrganizationConfig(String orgName, String instanceName)Returns the organization configuration for the given organization and instance name.ServiceConfigServiceConfigManager. getOrganizationConfig(String orgName, String instanceName, org.forgerock.openam.services.datastore.DataStoreId dataStoreId)Returns the organization configuration for the given organization and instance name.ServiceSchemaManagerServiceManager. getSchemaManager(String serviceName, String version)Returns theServiceSchemaManagerfor the given service name and version.ServiceConfigServiceConfig. getSubConfig(String subConfigName)Returns the service's sub-configuration given the service's sub-configuration name.voidServiceConfig. importSubConfig(String subConfigName, String exportedSubConfigName)Imports a service sub-configuration to the list of localy defined sub-configuration.Set<String>ServiceManager. registerServices(InputStream xmlServiceSchema)Registers one or more services, defined by the XML input stream that follows the SMS DTD.voidServiceConfig. removeAttribute(String attrName)Removes a configuration parameter from the service configuration.voidServiceInstance. removeAttribute(String attrName)Removes the specified attribute name and its values from the attribute set.voidServiceSchema. removeAttributeDefaults(Set<String> attrs)Removes the default values of attributes in the schema.voidServiceConfig. removeAttributes(Set<String> attrNames)Removes a configuration parameters from the service configuration.voidServiceSchema. removeAttributeSchema(String attrName)Removes the attribute schema from this service.voidServiceConfig. removeAttributeValues(String attrName, Set<String> values)Removes the specific values for the given configuration parameter.voidServiceInstance. removeAttributeValues(String attrName, Set<String> values)Removes the specified attribute's values.voidAttributeSchema. removeChoiceValue(String value)Removes the given value from the set of choice values.voidAttributeSchema. removeDefaultValue(String value)Removes the given value from the set of default values.voidAttributeSchema. removeDefaultValues()Removes the all the default values for the attribute.voidServiceConfigManager. removeGlobalConfiguration(String groupName)Deletes the global configuration data for the given group name.voidServiceConfigManager. removeInstance(String instanceName)Removes the instance form the servicevoidServiceConfigManager. removeOrganizationConfiguration(String orgName, String groupName)Deprecated.voidServiceConfigManager. removeOrganizationConfiguration(String orgName, String groupName, org.forgerock.openam.services.datastore.DataStoreId dataStoreId)Deletes the organization's group configuration data.voidServiceManager. removeService(String serviceName, String version)Removes the service schema and configuration for the given service name.voidServiceConfig. removeSharedOrganizationNames(Set<String> names)Removes the organization names from the list of organization names that can import the service configuration.voidServiceConfig. removeSubConfig(String subConfigName)Removes the service sub-configuration.voidServiceSchema. removeSubSchema(String subSchemaName)Removes the service's sub-schema from the service.voidServiceSchema. replaceAttributeSchema(String attrName, Node attributeSchemaNode)Removes the attribute schema from this service.voidServiceConfig. replaceAttributeValue(String attrName, String oldValue, String newValue)Replaces old value of the configuration parameter with new value.voidServiceInstance. replaceAttributeValue(String attrName, String oldValue, String newValue)Replaces the attribute's old value with the new value.voidServiceConfig. replaceAttributeValues(String attrName, Set<String> oldValues, Set<String> newValues)Replaces the old values of the configuration parameter with the new values.voidServiceInstance. replaceAttributeValues(String attrName, Set<String> oldValues, Set<String> newValues)Replaces the attribute's old values with the new valuesvoidServiceSchemaManager. replaceSchema(InputStream xmlServiceSchema)Replaces the existing service schema with the given schema defined by the XML input stream that follows the SMS DTD.voidServiceSchema. replaceSubSchema(String subSchemaName, Document xmlSubSchema)Replaces the service's sub-schema given the XML document that follows the SMS DTD.voidAttributeSchema. setAny(String a)Sets the any attribute.voidServiceConfig. setAttributes(Map attrs)voidServiceConfig. setAttributes(org.forgerock.openam.sm.ConfigurationAttributes attrs)Sets the service configuration parameters.voidServiceInstance. setAttributes(org.forgerock.openam.sm.ConfigurationAttributes attrs)Sets the attributes that are specific to the service instance.voidAttributeSchema. setBooleanValues(String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey)Sets the boolean values of the attribute.voidAttributeSchema. setCosQualifier(String cosq)Sets thecosQualifierattributevoidAttributeSchema. setDefaultValues(Set<String> values)Sets the default values of the attribute.voidAttributeSchema. setEndRange(String edRange)Sets the end range Attribute.voidServiceConfig. setExportedOrganizationNames(Set<String> names)Sets the organization names that can import the service configuration.voidServiceInstance. setGroup(String groupName)Sets the group name for this instance.voidServiceSchema. setI18NFileName(String url)Sets the I18N properties file name for the service schemavoidServiceSchemaManager. setI18NFileName(String url)Sets the I18N properties file name for the servicevoidServiceSchemaManager. setI18NJarURL(String url)Sets the URL of the JAR file that contains the I18N propertiesvoidServiceSchema. setI18Nkey(String key)Sets the value of the I18N key in the service schema.voidAttributeSchema. setI18NKey(String i18nKey)Sets the I18N key to describe the configuration attribute.voidServiceSchemaManager. setI18NKey(String i18nKey)Sets the i18nKey of the schema.voidServiceSchema. setInheritance(String value)Set the value of inheritance attribute in service schema.voidServiceConfig. setLabeledUri(String luri)Deprecated.The labeledURI setting shall not be used for storing configuration data.voidAttributeSchema. setMaxValue(String maxV)Sets the maximum value attribute.voidAttributeSchema. setMinValue(String minV)Sets the minimum value attribute.voidAttributeSchema. setOrder(Integer order)Sets the order of this attribute.voidServiceConfig. setPriority(int priority)Sets the priority to the service configuration.voidAttributeSchema. setPropertiesViewBeanUR(String prop)Sets the URL of the view bean for the attribute.voidServiceSchemaManager. setPropertiesViewBeanURL(String url)Sets the URL of the view bean for the service.voidAttributeSchema. setResourceName(String name)Sets the CREST representation name for the attribute.voidServiceSchema. setResourceName(String name)Sets the CREST resource name for the service schema.voidServiceSchemaManager. setResourceName(String name)Sets the service's resource name for CREST representation.voidAttributeSchema. setSearchable(String value)Sets the attribute isSearchable, if value is set totrue, orfalse.voidServiceSchemaManager. setServiceHierarchy(String newhierarchy)Sets the service's hierarchyvoidAttributeSchema. setStartRange(String stRange)Sets the start range attribute.voidAttributeSchema. setSyntax(String synt)Sets the Syntax attribute.voidAttributeSchema. setType(String type)Sets the type.voidAttributeSchema. setUIType(String uiType)Sets theUITypeattribute.voidServiceInstance. setURI(String uri)Sets the URI for the service instance.voidAttributeSchema. setValidator(String valid)Sets the Validator attributeStringServiceConfig. toXML(String NodeTag, com.iplanet.services.util.AMEncryption encryptObj)StringServiceConfig. toXML(String NodeTag, com.iplanet.services.util.AMEncryption encryptObj, String orgName)protected voidAttributeSchema. updateBooleanValues(String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey, Document doc)protected voidAttributeSchema. updateChoiceValues(Map<String,String> choiceValues)protected voidAttributeSchema. updateChoiceValues(Map<String,String> choiceValues, Document doc)protected voidAttributeSchema. updateDefaultValues(Set<String> defaultValues)Method for modifying default valuesprotected voidAttributeSchema. updateDefaultValues(Set<String> defaultValues, Document doc)Method for modifying default values given the XML documentprotected voidAttributeSchema. updateXMLDocument(StringBuffer sb, String elementName, Document updateDoc)protected voidAttributeSchema. updateXMLDocument(String attrName, String attrValue)update attribute value in attribute schema elementConstructors in com.sun.identity.sm that throw SSOException Constructor Description ServiceConfigManager(SSOToken token, String serviceName, String version)Creates an instance ofServiceConfigManagerfor the given service and version.ServiceManager(SSOToken token)Creates an instance ofServiceManager. -
Uses of SSOException in org.forgerock.am.identity.application
Methods in org.forgerock.am.identity.application that throw SSOException Modifier and Type Method Description voidIdentityService. addMember(Identity parent, UniversalId universalId)Adds the passed identity as a member of this identity.voidIdentityService. addMembers(Identity parent, Set<UniversalId> identities)Adds the passed identities as members of this identity.voidLegacyIdentityServiceStore. assignService(Identity identity, String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attributes)Assigns the service and service related attributes to the identity.voidIdentityService. changePassword(Identity identity, String oldPassword, String newPassword)Changes password for the identity.Set<AMIdentity>LegacyIdentityService. findActiveIdentities(Realm realm, IdType idType, Map<String,Set<String>> searchAttributes, IdSearchOpModifier searchModifier)Searches for AM identities with the given attributes in the given realm.Optional<AMIdentity>LegacyIdentityService. findActiveIdentity(Realm realm, IdType idType, Map<String,Set<String>> searchAttributes)Searches for an AM identity with the given attributes in the given realm.Set<String>LegacyIdentityServiceStore. getAssignableServices(Identity identity)Returns all services which can be assigned to this entity.Set<String>LegacyIdentityServiceStore. getAssignedServices(Identity identity)Returns the set of services already assigned to this identity.Map<String,byte[][]>IdentityService. getBinaryAttributes(Identity identity, Set<String> attrNames)Returns requested attributes and values of this object.Set<AMIdentity>IdentityService. getMembers(Identity identity, IdType mtype)Return all members of a given identity type of this identity as a Set of Identity objects.Set<AMIdentity>IdentityService. getMemberships(Identity identity, IdType mtype)Returns the set of identities that this identity belongs to.Map<String,Set<String>>LegacyIdentityServiceStore. getServiceAttributes(Identity identity, String serviceName)Returns attributes related to a service, if the service is assigned to the identity.Map<String,Set<String>>LegacyIdentityServiceStore. getServiceAttributesAscending(Identity identity, String serviceName)Returns attributes related to a service, if the service is assigned to the identity.booleanIdentityService. isActive(Identity identity)If there is a status attribute configured, then verifies if the identity is active and returns true.booleanIdentityService. isMember(Identity identity, UniversalId universalId)Verifies if this identity is a member of the identity being passed.voidLegacyIdentityServiceStore. modifyService(Identity identity, String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attrMap)Set attributes related to a specific service.IdentityService.IdentityAttributeUpdaterIdentityService.IdentityAttributeUpdater. removeAttributes(Set<String> attrNames)Removes the attributes from the identity entry.voidIdentityService. removeMember(Identity parent, UniversalId universalId)Removes the passed identity as a member of this identity.voidIdentityService. removeMembers(Identity parent, Set<UniversalId> identities)Removes the passed identities as members of this identity.voidLegacyIdentityServiceStore. removeServiceAttributes(Identity identity, String serviceName, Set<String> attrNames)Removes attributes value related to a specific service by setting it to empty.voidIdentityService. setActiveStatus(Identity identity, boolean active)If there is a status attribute configured, then set its status to true or activated state if the parameter active is true.IdentityService.IdentityAttributeUpdaterIdentityService.IdentityAttributeUpdater. setAttributes(Map attrMap)Sets the values of attributes.IdentityService.IdentityAttributeUpdaterIdentityService.IdentityAttributeUpdater. setBinaryAttributes(Map attrMap)Set the values of binary attributes.voidIdentityService.IdentityAttributeUpdater. store()Stores the attributes of the object.voidLegacyIdentityServiceStore. unassignService(Identity identity, String serviceName)Removes a service from the identity. -
Uses of SSOException in org.forgerock.am.identity.domain
Methods in org.forgerock.am.identity.domain that throw SSOException Modifier and Type Method Description Set<String>Identity. getAttribute(String attrName)Returns the values of the requested attribute.Map<String,Set<String>>Identity. getAttributes()Returns all attributes and values of this identity.Map<String,Set<String>>Identity. getAttributes(Set<String> attrNames)Returns requested attributes and values of this object.booleanIdentity. isExists()This method determines if the identity exists and returns true or false.static UniversalIdUniversalId. of(SSOToken token)Creates a newUniversalIdinstance based of the passed token. -
Uses of SSOException in org.forgerock.am.identity.persistence
Methods in org.forgerock.am.identity.persistence that throw SSOException Modifier and Type Method Description AMIdentityIdentityStore. createIdentity(IdType type, String idName, Map<String,Set<String>> attrMap)Create anAMIdentityobject.AMIdentityIdentityStore. createWithoutValidatingAttributes(SSOToken token, IdType type, String name, Map<String,Set<String>> attrs, String orgName)Create a new identity without validating the given attributes.voidIdentityStore. deleteIdentity(AMIdentity identity)Delete anAMIdentitys.Optional<AMIdentity>IdentityStore. findIdentityByUsername(String username, IdType type)Searches for the identity using the username.Optional<AMIdentity>IdentityStore. findUserByUsernameOrAlias(String username, Set<String> userSearchAttributes)Searches for the user using the username, then uses the search attributes if nothing is found.Set<IdOperation>IdentityStore. getAllowedIdOperations(IdType type)Get allowed identity operations.AMIdentityIdentityStore. getRealmIdentity()Get the realmAMIdentityobject.IdSearchResultsIdentityStore. getSpecialIdentities(SSOToken token, IdType type, String orgName)Return the special identities for this realm for a given type.Set<IdType>IdentityStore. getSupportedIdTypes()Get supported identity types.IdSearchResultsIdentityStore. searchIdentities(IdType type, String pattern, IdSearchControl ctrl)Search for identities of certain types from each plugin and returns a combined result.IdSearchResultsIdentityStore. searchIdentities(IdType type, org.forgerock.openam.utils.CrestQuery crestQuery, IdSearchControl ctrl)Searches for identities of certain types from each plugin and returns a combined result Note: The AMIdentity objects representing IdType.REALM can be used for services related operations only.IdSearchResultsIdentityStore. searchIdentitiesByUsername(IdType type, String pattern, IdSearchControl ctrl)Search for a single identity based on the identity of certain types from each plugin. -
Uses of SSOException in org.forgerock.openam.secrets
Methods in org.forgerock.openam.secrets that throw SSOException Modifier and Type Method Description static voidSecretsUtils. createKeyStorePurposeMapping(org.forgerock.openam.secrets.config.SecretIdRegistry secretIdRegistry, org.forgerock.openam.secrets.config.KeyStoreSecretStore keyStore, String purposeLabel, List<String> aliases, Optional<Realm> realm, SSOToken authorizationToken)Creates a global purpose and adds a mapping for it to the given key alias in the given keystore.static org.forgerock.openam.secrets.config.KeyStoreSecretStoreSecretsUtils. getDefaultKeyStore(AnnotatedServiceRegistry serviceRegistry)Gets the default keystore from the global scope.
-