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

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

Uses of Permission in net.bryansaunders.jee6divelog.model
 

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

Method parameters in net.bryansaunders.jee6divelog.model with type arguments of type Permission
 void UserAccount.setPermissions(java.util.Set<Permission> newPermissions)
          Set the permissions.
 

Uses of Permission in net.bryansaunders.jee6divelog.security
 

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

Methods in net.bryansaunders.jee6divelog.security with parameters of type Permission
 boolean Identity.hasPermission(Permission permission)
          Has the specified Permission.
 

Method parameters in net.bryansaunders.jee6divelog.security with type arguments of type Permission
 void Identity.setPermissions(java.util.Set<Permission> newPermissions)
          Set the permissions.
 

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

Methods in net.bryansaunders.jee6divelog.security.enumerator that return Permission
static Permission Permission.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Permission[] Permission.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 Permission
static java.util.Set<Permission> Permission.getDefaults(Role role)
          Get Default Permissions for the Given Role.
 



Copyright © 2012 Bryan Saunders. All Rights Reserved.