info.informatica.security.auth
Class UserInfo
java.lang.Object
info.informatica.security.auth.UserInfo
public class UserInfo
- extends Object
- Author:
- carlos
UserInfo
public UserInfo(LoginPrincipal username)
getLoginPrincipal
public LoginPrincipal getLoginPrincipal()
setPasswordInfo
public void setPasswordInfo(PasswordAccount passwdinfo)
getPasswordInfo
public PasswordAccount getPasswordInfo()
getFullnamePrincipal
public FullnamePrincipal getFullnamePrincipal()
getEmailPrincipal
public EmailPrincipal getEmailPrincipal()
toString
public String toString()
- Overrides:
toString in class Object
toShadowString
public String toShadowString()
getCompanynamePrincipal
public CompanynamePrincipal getCompanynamePrincipal()
setCompanynamePrincipal
public void setCompanynamePrincipal(CompanynamePrincipal company)
setRoles
public void setRoles(Set<Role> roleset)
getRoles
public Set<Role> getRoles()
- Gets the security roles that this user has.
- Returns:
- the Set of roles, which could be an empty Set meaning that the
user has been authenticated but has no roles, or null if the set
of roles have not been determined yet.