Package org.openiam.am.srvc.dto.jdbc
Class AuthorizationUser
- java.lang.Object
-
- org.openiam.am.srvc.dto.jdbc.AbstractAuthorizationEntity
-
- org.openiam.am.srvc.dto.jdbc.AuthorizationUser
-
- All Implemented Interfaces:
Serializable
public class AuthorizationUser extends AbstractAuthorizationEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationUser(AuthorizationUser entity)
AuthorizationUser(InternalAuthorizationUser entity)
AuthorizationUser(UserEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexType
getVertexType()
AuthorizationUser
shallowCopy()
-
Methods inherited from class org.openiam.am.srvc.dto.jdbc.AbstractAuthorizationEntity
equals, hashCode, makeCopy
-
-
-
-
Constructor Detail
-
AuthorizationUser
public AuthorizationUser(AuthorizationUser entity)
-
AuthorizationUser
public AuthorizationUser(InternalAuthorizationUser entity)
-
AuthorizationUser
public AuthorizationUser(UserEntity entity)
-
-
Method Detail
-
shallowCopy
public AuthorizationUser shallowCopy()
- Specified by:
shallowCopy
in classAbstractAuthorizationEntity
-
getVertexType
public VertexType getVertexType()
- Specified by:
getVertexType
in classAbstractAuthorizationEntity
-
-