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

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

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

Methods in org.springframework.security.authentication.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-2009 SpringSource, Inc. All Rights Reserved.