Package | Description |
---|---|
org.springframework.security.cas |
Spring Security support for Jasig's Central Authentication Service (CAS).
|
org.springframework.security.cas.authentication |
An
AuthenticationProvider that can process CAS service tickets and proxy tickets. |
org.springframework.security.cas.web |
Authenticates standard web browser users via CAS.
|
org.springframework.security.cas.web.authentication |
Authentication processing mechanisms which respond to the submission of authentication
credentials using CAS.
|
Modifier and Type | Class and Description |
---|---|
class |
SamlServiceProperties
Sets the appropriate parameters for CAS's implementation of SAML (which is not guaranteed to be actually SAML compliant).
|
Modifier and Type | Method and Description |
---|---|
void |
CasAuthenticationProvider.setServiceProperties(ServiceProperties serviceProperties) |
Modifier and Type | Method and Description |
---|---|
ServiceProperties |
CasAuthenticationEntryPoint.getServiceProperties() |
Modifier and Type | Method and Description |
---|---|
void |
CasAuthenticationEntryPoint.setServiceProperties(ServiceProperties serviceProperties) |
void |
CasAuthenticationFilter.setServiceProperties(ServiceProperties serviceProperties) |
Constructor and Description |
---|
ServiceAuthenticationDetailsSource(ServiceProperties serviceProperties)
Creates an implementation that uses the specified ServiceProperites and the default CAS artifactParameterName.
|
ServiceAuthenticationDetailsSource(ServiceProperties serviceProperties,
String artifactParameterName)
Creates an implementation that uses the specified artifactParameterName
|
Copyright © 2015. All rights reserved.