Uses of Interface
org.acegisecurity.providers.jaas.AuthorityGranter

Packages that use AuthorityGranter
org.acegisecurity.providers.jaas An authentication provider for JAAS. 
 

Uses of AuthorityGranter in org.acegisecurity.providers.jaas
 

Methods in org.acegisecurity.providers.jaas that return AuthorityGranter
 AuthorityGranter[] JaasAuthenticationProvider.getAuthorityGranters()
          Returns the AuthorityGrannter array that was passed to the JaasAuthenticationProvider.setAuthorityGranters(AuthorityGranter[]) method, or null if it none were ever set.
 

Methods in org.acegisecurity.providers.jaas with parameters of type AuthorityGranter
 void JaasAuthenticationProvider.setAuthorityGranters(AuthorityGranter[] authorityGranters)
          Set the AuthorityGranters that should be consulted for role names to be granted to the Authentication.
 



Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.