Package | Description |
---|---|
org.acegisecurity.providers.jaas |
An authentication provider for JAAS.
|
Modifier and Type | Method and Description |
---|---|
AuthorityGranter[] |
JaasAuthenticationProvider.getAuthorityGranters()
Returns the AuthorityGrannter array that was passed to the
JaasAuthenticationProvider.setAuthorityGranters(AuthorityGranter[]) method, or null if it none were ever set. |
Modifier and Type | Method and Description |
---|---|
void |
JaasAuthenticationProvider.setAuthorityGranters(AuthorityGranter[] authorityGranters)
Set the AuthorityGranters that should be consulted for role names to be granted to the Authentication.
|
Copyright © 2018. All rights reserved.