Uses of Class
com.sun.identity.sm.AttributeSchema
-
Packages that use AttributeSchema Package Description com.iplanet.am.sdk This package contains interfaces and implementation for User/Identity Management.com.iplanet.services.cdm.clientschema 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.common.configuration com.sun.identity.console.base.model com.sun.identity.console.property com.sun.identity.console.service.model com.sun.identity.sm Provides classes for accessing the Service Management Service (SMS).org.forgerock.openam.upgrade Defines interfaces and classes to perform OpenAM system upgrade. -
-
Uses of AttributeSchema in com.iplanet.am.sdk
Constructors in com.iplanet.am.sdk with parameters of type AttributeSchema Constructor Description AMAttributeSchema(AttributeSchema as)Deprecated. -
Uses of AttributeSchema in com.iplanet.services.cdm.clientschema
Methods in com.iplanet.services.cdm.clientschema that return AttributeSchema Modifier and Type Method Description AttributeSchemaAMClientCapData. getAttributeSchema(String propName)Returns the schema for an property given the name. -
Uses of AttributeSchema in com.sun.identity.authentication.config
Methods in com.sun.identity.authentication.config that return AttributeSchema Modifier and Type Method Description AttributeSchemaAMAuthenticationSchema. getAttributeSchema(String attr)Returns anAttributeSchemaof the specified attribute name. -
Uses of AttributeSchema in com.sun.identity.common.configuration
Methods in com.sun.identity.common.configuration that return AttributeSchema Modifier and Type Method Description static AttributeSchemaAgentConfiguration. getAgentAttributeSchema(String name, String agentTypeName)Returns attribute schema of a given agent type. -
Uses of AttributeSchema in com.sun.identity.console.base.model
Methods in com.sun.identity.console.base.model that return AttributeSchema Modifier and Type Method Description static AttributeSchemaAMAdminUtils. getAttributeSchema(String serviceName, SchemaType schemaType, String subSchemaName, String attributeName)Returns attribute schema object.Methods in com.sun.identity.console.base.model with parameters of type AttributeSchema Modifier and Type Method Description protected booleanAMModelBase. isDisplayed(AttributeSchema attrSchema)Determines whether attribute is to be displayed or not -
Uses of AttributeSchema in com.sun.identity.console.property
Methods in com.sun.identity.console.property that return types with arguments of type AttributeSchema Modifier and Type Method Description protected Set<AttributeSchema>PropertyXMLBuilderBase. getAttributeSchemaForSection(Set<AttributeSchema> attributeSchemas, List<String> sectionList)Methods in com.sun.identity.console.property with parameters of type AttributeSchema Modifier and Type Method Description protected voidPropertyXMLBuilderBase. buildAttributeSchemaTypeXML(AttributeSchema as, StringBuffer xml, AMModel model, ResourceBundle serviceBundle, boolean addSubSection)protected voidPropertyXMLBuilderBase. buildConfirmPasswordXML(AttributeSchema as, StringBuffer xml, AMModel model, ResourceBundle serviceBundle)protected voidPropertyXMLBuilderBase. buildReadonlyXML(AttributeSchema as, StringBuffer xml, AMModel model, ResourceBundle serviceBundle)protected StringMultiServicesPropertyXMLBuilder. getAttributeNameForPropertyXML(AttributeSchema as)protected StringPropertyXMLBuilderBase. getAttributeNameForPropertyXML(AttributeSchema as)Method parameters in com.sun.identity.console.property with type arguments of type AttributeSchema Modifier and Type Method Description protected voidPropertyXMLBuilderBase. buildSchemaTypeXML(String schemaTypeName, Set<AttributeSchema> attributeSchemas, StringBuffer xml, AMModel model, ResourceBundle serviceBundle, Set readonly, List<String> sectionList)protected Set<AttributeSchema>PropertyXMLBuilderBase. getAttributeSchemaForSection(Set<AttributeSchema> attributeSchemas, List<String> sectionList)protected voidPropertyXMLBuilder. onBeforeBuildingXML(Map<SchemaType,Set<AttributeSchema>> map)Extends this method to selective drop attribute schema that you do not want to display. -
Uses of AttributeSchema in com.sun.identity.console.service.model
Methods in com.sun.identity.console.service.model that return AttributeSchema Modifier and Type Method Description protected AttributeSchemaMAPModelBase. getDeviceAttributeSchema(String name) -
Uses of AttributeSchema in com.sun.identity.sm
Methods in com.sun.identity.sm that return AttributeSchema Modifier and Type Method Description AttributeSchemaPluginSchema. getAttributeSchema(String attributeSchemaName)Returns the schema for an attribute given the name of the attribute, defined for this plugin.AttributeSchemaServiceSchema. getAttributeSchema(String attributeName)Returns the schema for an attribute given the name of the attribute, defined for this service.Methods in com.sun.identity.sm that return types with arguments of type AttributeSchema Modifier and Type Method Description Set<AttributeSchema>ServiceSchema. getAttributeSchemas()Returns the attribute schemas defined for the service. -
Uses of AttributeSchema in org.forgerock.openam.upgrade
Methods in org.forgerock.openam.upgrade with parameters of type AttributeSchema Modifier and Type Method Description protected static voidUpgradeUtils. addChoiceValues(AttributeSchema attrSchema, Map choiceValMap)Add choice values to an attribute .
-