Package org.openiam.am.srvc.dto
Class SSOAttribute
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.am.srvc.dto.SSOAttribute
-
- All Implemented Interfaces:
Serializable,Comparable<SSOAttribute>,BaseIdentity
- Direct Known Subclasses:
AuthResourceAttributeMap
public class SSOAttribute extends KeyNameDTO implements Comparable<SSOAttribute>
User: Alexander Duckardt Date: 8/16/12- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.KeyNameDTO
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description SSOAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SSOAttribute o)SsoAttributeTypegetAttributeType()StringgetAttributeValue()List<String>getAttributeValueList()voidsetAttributeType(SsoAttributeType attributeType)voidsetAttributeValue(String attributeValue)voidsetAttributeValueList(List<String> attributeValueList)StringtoString()-
Methods inherited from class org.openiam.base.KeyNameDTO
equals, getName, hashCode, setName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
getAttributeValue
public String getAttributeValue()
-
setAttributeValue
public void setAttributeValue(String attributeValue)
-
compareTo
public int compareTo(SSOAttribute o)
- Specified by:
compareToin interfaceComparable<SSOAttribute>
-
getAttributeType
public SsoAttributeType getAttributeType()
-
setAttributeType
public void setAttributeType(SsoAttributeType attributeType)
-
toString
public String toString()
- Overrides:
toStringin classKeyNameDTO
-
-