Skip navigation links

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

E39432-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(java.lang.String name, java.lang.String syntax, int maxLength, boolean multiValued, boolean userModifiable)
          Constructs AttributeSchema

 

Method Summary
 int getMaxLength()
          Gets attribute value max length as defined in Identity Store
 java.lang.String getName()
          Gets attribute name
 java.lang.String getSyntax()
          Gets attribute syntax as defined in Identity Store
 boolean isBinary()
          Checks if the attribute is binary
 boolean isMultiValued()
          Checks if attribute is multivalued attribute
 boolean isUserModifiable()
          Checks if the attribute value is modifiable by user

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, 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

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

Skip navigation links

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

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.