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.proxy |
Implementations that decide whether proxy lists of
CAS authentications are trusted.
|
Modifier and Type | Method and Description |
---|---|
CasProxyDecider |
CasAuthenticationProvider.getCasProxyDecider() |
Modifier and Type | Method and Description |
---|---|
void |
CasAuthenticationProvider.setCasProxyDecider(CasProxyDecider casProxyDecider) |
Modifier and Type | Class and Description |
---|---|
class |
AcceptAnyCasProxy
Accepts a proxied request from any other service.
|
class |
NamedCasProxyDecider
Accepts proxied requests if the closest proxy is named in the
validProxies list. |
class |
RejectProxyTickets
Accepts no proxied requests.
|
Copyright © 2017. All rights reserved.