|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.identity.config.info.PropertyInfoSupport
public class PropertyInfoSupport
Field Summary |
---|
Fields inherited from interface org.jboss.portal.identity.info.PropertyInfo |
---|
ACCESS_MODE_READ_ONLY, ACCESS_MODE_READ_WRITE, MAPPING_DB_TYPE_COLUMN, MAPPING_DB_TYPE_DYNAMIC, USAGE_MANDATORY, USAGE_OPTIONAL |
Constructor Summary | |
---|---|
PropertyInfoSupport(PropertyMetaData meta)
|
Method Summary | |
---|---|
java.lang.String |
getAccessMode()
Returns property access mode |
LocalizedString |
getDescription()
Returns property description |
LocalizedString |
getDisplayName()
Returns property display name |
java.lang.String |
getMappingDBType()
Returns type of property database mapping |
java.lang.String |
getMappingDBValue()
Returns name of database column name to which this property corresponds |
java.lang.String |
getMappingLDAPValue()
Returns name of LDAP attribue to which this property corresponds |
java.lang.String |
getName()
Returns property name |
java.lang.String |
getType()
Returns property type |
java.lang.String |
getUsage()
Returns property usage |
boolean |
isMappedDB()
If property is mapped in database |
boolean |
isMappedLDAP()
If property is mapped in LDAP |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyInfoSupport(PropertyMetaData meta) throws IdentityException
IdentityException
Method Detail |
---|
public java.lang.String getName()
PropertyInfo
getName
in interface PropertyInfo
public java.lang.String getType()
PropertyInfo
getType
in interface PropertyInfo
public java.lang.String getAccessMode()
PropertyInfo
getAccessMode
in interface PropertyInfo
public java.lang.String getUsage()
PropertyInfo
getUsage
in interface PropertyInfo
public LocalizedString getDisplayName()
PropertyInfo
getDisplayName
in interface PropertyInfo
public LocalizedString getDescription()
PropertyInfo
getDescription
in interface PropertyInfo
public java.lang.String getMappingDBType()
PropertyInfo
getMappingDBType
in interface PropertyInfo
public java.lang.String getMappingLDAPValue()
PropertyInfo
getMappingLDAPValue
in interface PropertyInfo
public java.lang.String getMappingDBValue()
PropertyInfo
getMappingDBValue
in interface PropertyInfo
public boolean isMappedDB()
PropertyInfo
isMappedDB
in interface PropertyInfo
public boolean isMappedLDAP()
PropertyInfo
isMappedLDAP
in interface PropertyInfo
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |