|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-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(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 |
|---|
public AttributeSchema(java.lang.String name,
java.lang.String syntax,
int maxLength,
boolean multiValued,
boolean userModifiable)
name - Attribute namesyntax - Attribute syntaxmaxLength - Attribute value max length| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getSyntax()
public int getMaxLength()
public boolean isMultiValued()
public boolean isUserModifiable()
public boolean isBinary()
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||