Uses of Class
kieker.webgui.domain.Role

Packages that use Role
kieker.webgui.domain This package contains domain specific classes which are used through all layers of the web application. 
kieker.webgui.web.beans.request.user   
 

Uses of Role in kieker.webgui.domain
 

Methods in kieker.webgui.domain that return Role
 Role User.getRole()
           
static Role Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Role[] Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in kieker.webgui.domain with parameters of type Role
 void User.setRole(Role role)
           
 

Constructors in kieker.webgui.domain with parameters of type Role
User(String name, String password, Role role, boolean enabled)
          Creates a new user with the given parameters.
 

Uses of Role in kieker.webgui.web.beans.request.user
 

Methods in kieker.webgui.web.beans.request.user that return Role
 Role AbstractUserBean.getRole()
           
 

Methods in kieker.webgui.web.beans.request.user with parameters of type Role
 void AbstractUserBean.setRole(Role role)
           
 



Copyright © 2015. All rights reserved.