Package org.openiam.am.srvc.domain
Class AuthProviderEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.am.srvc.domain.AuthProviderEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class AuthProviderEntity extends AbstractKeyNameEntity
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.domain.AbstractKeyNameEntity
name
-
-
Constructor Summary
Constructors Constructor Description AuthProviderEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthProviderAttributeEntity
getAttribute(String attributeId)
AuthResourceAttributeMapEntity
getResourceAttributeByName(String name)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
getAttribute
public AuthProviderAttributeEntity getAttribute(String attributeId)
-
getResourceAttributeByName
public AuthResourceAttributeMapEntity getResourceAttributeByName(String name)
-
-