Uses of Class
net.bryansaunders.jee6divelog.security.enumerator.Role

Packages that use Role
net.bryansaunders.jee6divelog.model   
net.bryansaunders.jee6divelog.security   
net.bryansaunders.jee6divelog.security.enumerator   
 

Uses of Role in net.bryansaunders.jee6divelog.model
 

Methods in net.bryansaunders.jee6divelog.model that return types with arguments of type Role
 java.util.Set<Role> UserAccount.getRoles()
          Get the roles.
 

Method parameters in net.bryansaunders.jee6divelog.model with type arguments of type Role
 void UserAccount.setRoles(java.util.Set<Role> newRoles)
          Set the roles.
 

Uses of Role in net.bryansaunders.jee6divelog.security
 

Methods in net.bryansaunders.jee6divelog.security that return types with arguments of type Role
 java.util.Set<Role> Identity.getRoles()
          Get the roles.
 

Methods in net.bryansaunders.jee6divelog.security with parameters of type Role
 boolean Identity.hasRole(Role role)
          Has the specified Role.
 

Method parameters in net.bryansaunders.jee6divelog.security with type arguments of type Role
 void Identity.setRoles(java.util.Set<Role> newRoles)
          Set the roles.
 

Uses of Role in net.bryansaunders.jee6divelog.security.enumerator
 

Methods in net.bryansaunders.jee6divelog.security.enumerator that return Role
static Role Role.valueOf(java.lang.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 net.bryansaunders.jee6divelog.security.enumerator that return types with arguments of type Role
 java.util.Map<Role,java.lang.Boolean> Permission.getDefaultPermission()
          Get the defaultPermission.
 

Methods in net.bryansaunders.jee6divelog.security.enumerator with parameters of type Role
static java.util.Set<Permission> Permission.getDefaults(Role role)
          Get Default Permissions for the Given Role.
 



Copyright © 2012 Bryan Saunders. All Rights Reserved.