|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CasAuthoritiesPopulator | |
---|---|
org.acegisecurity.providers.cas | An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. |
org.acegisecurity.providers.cas.populator | Implementations that populate GrantedAuthority[]s of CAS authentications. |
Uses of CasAuthoritiesPopulator in org.acegisecurity.providers.cas |
---|
Methods in org.acegisecurity.providers.cas that return CasAuthoritiesPopulator | |
---|---|
CasAuthoritiesPopulator |
CasAuthenticationProvider.getCasAuthoritiesPopulator()
|
Methods in org.acegisecurity.providers.cas with parameters of type CasAuthoritiesPopulator | |
---|---|
void |
CasAuthenticationProvider.setCasAuthoritiesPopulator(CasAuthoritiesPopulator casAuthoritiesPopulator)
|
Uses of CasAuthoritiesPopulator in org.acegisecurity.providers.cas.populator |
---|
Classes in org.acegisecurity.providers.cas.populator that implement CasAuthoritiesPopulator | |
---|---|
class |
DaoCasAuthoritiesPopulator
Populates the CAS authorities via an UserDetailsService . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |