|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||