Uses of Class
com.atlassian.sal.api.user.UserRole

Packages that use UserRole
com.atlassian.sal.api.auth   
com.atlassian.sal.api.user   
 

Uses of UserRole in com.atlassian.sal.api.auth
 

Methods in com.atlassian.sal.api.auth with parameters of type UserRole
 URI LoginUriProvider.getLoginUriForRole(URI returnUri, UserRole role)
          Returns the URI to redirect users for login.
 URI LoginUriProvider.getLoginUriForRole(URI returnUri, UserRole role, EnumSet<PageCapability> pageCaps)
          Returns the URI to redirect users for login.
 

Uses of UserRole in com.atlassian.sal.api.user
 

Methods in com.atlassian.sal.api.user that return UserRole
static UserRole UserRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserRole[] UserRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Atlassian. All rights reserved.