Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CasAuthoritiesPopulator |
CasAuthenticationProvider.getCasAuthoritiesPopulator() |
Modifier and Type | Method and Description |
---|---|
void |
CasAuthenticationProvider.setCasAuthoritiesPopulator(CasAuthoritiesPopulator casAuthoritiesPopulator) |
Modifier and Type | Class and Description |
---|---|
class |
DaoCasAuthoritiesPopulator
Populates the CAS authorities via an
UserDetailsService . |
Copyright © 2014. All rights reserved.