|
Oracle Fusion Middleware Java API Reference for Identity Governance Framework Identity Directory 11g Release 1 (11.1.1.9) E56882-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.igf.ids.AttributeSchema
public class AttributeSchema
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 |
|---|
public AttributeSchema(java.lang.String name,
java.lang.String syntax,
int maxLength,
boolean multiValued,
boolean userModifiable)
name - Attribute namesyntax - Attribute syntaxmaxLength - Attribute value max lengthpublic AttributeSchema(oracle.ods.virtualization.schema.AttributeTypeDefinition defn)
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getSyntax()
public int getMaxLength()
public boolean isMultiValued()
public boolean isUserModifiable()
public boolean isBinary()
public java.lang.String getDescription()
public java.lang.String getOID()
public java.lang.String getSuperior()
public java.lang.String getEqualityMatchingRule()
public java.lang.String getOrderingMatchingRule()
public java.lang.String getSubstringMatchingRule()
public boolean isObsolete()
public java.lang.String getUsage()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Identity Governance Framework Identity Directory 11g Release 1 (11.1.1.9) E56882-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||