aerogear-security 1.3.1

Uses of Interface
org.jboss.aerogear.security.authz.IdentityManagement.GrantMethods

Packages that use IdentityManagement.GrantMethods
org.jboss.aerogear.security.authz   
 

Uses of IdentityManagement.GrantMethods in org.jboss.aerogear.security.authz
 

Methods in org.jboss.aerogear.security.authz that return IdentityManagement.GrantMethods
 IdentityManagement.GrantMethods IdentityManagement.grant(String... roles)
          This method allows to specify which roles must be assigned to User
 IdentityManagement.GrantMethods IdentityManagement.revoke(String... roles)
          This method allows to revoke which roles must be revoked to User
 IdentityManagement.GrantMethods<T> IdentityManagement.GrantMethods.revoke(String[] roles)
          This method allows to revoke which roles must be revoked to User
 IdentityManagement.GrantMethods<T> IdentityManagement.GrantMethods.roles(String[] roles)
          This method specifies which roles will be applied to User
 


aerogear-security 1.3.1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.