Spring Security Framework

Uses of Interface
org.springframework.security.providers.jaas.AuthorityGranter

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

Uses of AuthorityGranter in org.springframework.security.providers.jaas
 

Methods in org.springframework.security.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.springframework.security.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.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.