com.evolveum.midpoint.model.security.api
Class PrincipalUser
java.lang.Object
com.evolveum.midpoint.model.security.api.PrincipalUser
- All Implemented Interfaces:
- Serializable
public class PrincipalUser
- extends Object
- implements Serializable
Temporary place, till we create special component for it
- Author:
- lazyman, Igor Farinic
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrincipalUser
public PrincipalUser(UserType user)
isEnabled
public boolean isEnabled()
getUser
public UserType getUser()
getName
public PolyStringType getName()
getFamilyName
public String getFamilyName()
getFullName
public String getFullName()
getGivenName
public String getGivenName()
getOid
public String getOid()
Copyright © 2013 evolveum. All Rights Reserved.