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 int
compareTo(SSOAttribute o)
SsoAttributeType
getAttributeType()
String
getAttributeValue()
List<String>
getAttributeValueList()
void
setAttributeType(SsoAttributeType attributeType)
void
setAttributeValue(String attributeValue)
void
setAttributeValueList(List<String> attributeValueList)
String
toString()
-
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:
compareTo
in interfaceComparable<SSOAttribute>
-
getAttributeType
public SsoAttributeType getAttributeType()
-
setAttributeType
public void setAttributeType(SsoAttributeType attributeType)
-
toString
public String toString()
- Overrides:
toString
in classKeyNameDTO
-
-