G I U Y 
All Classes All Packages

G

getAttributes() - Method in interface yakworks.security.user.UserInfo
profile attributes info, sometimes can be claims in OAUTH
getDisplayName() - Method in interface yakworks.security.user.UserInfo
The short display name or nickname for the user, can returns username or first part of email if username contains @, etc..
getEmail() - Method in interface yakworks.security.user.UserInfo
users email for username or lost password
getId() - Method in interface yakworks.security.user.UserInfo
The unique id for the user, be default will be the unique generated id from db usually a long
getName() - Method in interface yakworks.security.user.UserInfo
the full name, may come from contact or defaults to username if not populated
getOrgId() - Method in interface yakworks.security.user.UserInfo
the organization ID, this is largely for Rally
getPasswordHash() - Method in interface yakworks.security.user.UserInfo
 
getPermissions() - Method in interface yakworks.security.user.UserInfo
Set of Permissions for this user.
getRoles() - Method in interface yakworks.security.user.UserInfo
Set of Roles, usually should be stringss
getUsername() - Method in interface yakworks.security.user.UserInfo
Returns the username used to authenticate the user.

I

isEnabled() - Method in interface yakworks.security.user.UserInfo
Indicates whether the user is enabled or disabled.

U

UserInfo - Interface in yakworks.security.user
Common interface for a User and can act as a facade.

Y

yakworks.security.user - package yakworks.security.user
 
G I U Y 
All Classes All Packages