Skip navigation links

Oracle Fusion Middleware Java API Reference for Identity Governance Framework Identity Directory
11g Release 1 (11.1.1.9)

E56882-01


oracle.igf.ids
Class AttributeSchema

java.lang.Object
  extended by oracle.igf.ids.AttributeSchema


public class AttributeSchema
extends java.lang.Object

Class with Attribute Schema properties from backend Identity Store


Constructor Summary
AttributeSchema(oracle.ods.virtualization.schema.AttributeTypeDefinition defn)
           
AttributeSchema(java.lang.String name, java.lang.String syntax, int maxLength, boolean multiValued, boolean userModifiable)
          Constructs AttributeSchema

 

Method Summary
 java.lang.String getDescription()
          Gets the description of the attribute
 java.lang.String getEqualityMatchingRule()
          Gets the EqualityMatchingRule of the attribute
 int getMaxLength()
          Gets attribute value max length as defined in Identity Store
 java.lang.String getName()
          Gets attribute name
 java.lang.String getOID()
          Gets the OID of the attribute
 java.lang.String getOrderingMatchingRule()
          Gets the OrderingMatchingRule of the attribute
 java.lang.String getSubstringMatchingRule()
          Gets the SubstringMatchingRule of the attribute
 java.lang.String getSuperior()
          Gets the name of superior attribute of the given attribute
 java.lang.String getSyntax()
          Gets attribute syntax as defined in Identity Store
 java.lang.String getUsage()
          Returns the Usage of the attribute
 boolean isBinary()
          Checks if the attribute is binary
 boolean isMultiValued()
          Checks if attribute is multivalued attribute
 boolean isObsolete()
          Returns if the Attribute is obsolete
 boolean isUserModifiable()
          Checks if the attribute value is modifiable by user
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AttributeSchema

public AttributeSchema(java.lang.String name,
                       java.lang.String syntax,
                       int maxLength,
                       boolean multiValued,
                       boolean userModifiable)
Constructs AttributeSchema
Parameters:
name - Attribute name
syntax - Attribute syntax
maxLength - Attribute value max length

AttributeSchema

public AttributeSchema(oracle.ods.virtualization.schema.AttributeTypeDefinition defn)

Method Detail

getName

public java.lang.String getName()
Gets attribute name
Returns:
attribute name

getSyntax

public java.lang.String getSyntax()
Gets attribute syntax as defined in Identity Store
Returns:
attribute syntax

getMaxLength

public int getMaxLength()
Gets attribute value max length as defined in Identity Store
Returns:
attribute value max length

isMultiValued

public boolean isMultiValued()
Checks if attribute is multivalued attribute
Returns:
true if attribute is multi valued ; false otherwise

isUserModifiable

public boolean isUserModifiable()
Checks if the attribute value is modifiable by user
Returns:
true if the attribute is modifiable by user ; false otherwise

isBinary

public boolean isBinary()
Checks if the attribute is binary
Returns:
true if the attribute is binary ; false otherwise

getDescription

public java.lang.String getDescription()
Gets the description of the attribute
Returns:
the description

getOID

public java.lang.String getOID()
Gets the OID of the attribute
Returns:
the OID

getSuperior

public java.lang.String getSuperior()
Gets the name of superior attribute of the given attribute
Returns:
the superior attribute name

getEqualityMatchingRule

public java.lang.String getEqualityMatchingRule()
Gets the EqualityMatchingRule of the attribute
Returns:
EqualityMatchingRule

getOrderingMatchingRule

public java.lang.String getOrderingMatchingRule()
Gets the OrderingMatchingRule of the attribute
Returns:
OrderingMatchingRule

getSubstringMatchingRule

public java.lang.String getSubstringMatchingRule()
Gets the SubstringMatchingRule of the attribute
Returns:
SubstringMatchingRule

isObsolete

public boolean isObsolete()
Returns if the Attribute is obsolete
Returns:
true if obsolete, else false

getUsage

public java.lang.String getUsage()
Returns the Usage of the attribute
Returns:
usage

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Identity Governance Framework Identity Directory
11g Release 1 (11.1.1.9)

E56882-01


Copyright © 2012, 2015, Oracle and/or its affiliates. All rights reserved.