Package org.openiam.am.srvc.dto
Class AuthResourceAttributeMap
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.am.srvc.dto.SSOAttribute
-
- org.openiam.am.srvc.dto.AuthResourceAttributeMap
-
- All Implemented Interfaces:
Serializable
,Comparable<SSOAttribute>
,BaseIdentity
public class AuthResourceAttributeMap extends SSOAttribute
- 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 AuthResourceAttributeMap()
-
Method Summary
-
Methods inherited from class org.openiam.am.srvc.dto.SSOAttribute
compareTo, getAttributeType, getAttributeValue, getAttributeValueList, setAttributeType, setAttributeValue, setAttributeValueList, 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
-
-