Java org.springframework.security.cas.web CasAuthenticationFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.cas.web CasAuthenticationFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.cas.web CasAuthenticationFilter.

The text is from its open source code.

Subclass

org.springframework.security.cas.web.CasAuthenticationFilter has subclasses.
Click this link to see all its subclasses.

Field

StringCAS_STATEFUL_IDENTIFIER
Used to identify a CAS request for a stateful user agent, such as a web browser.
StringCAS_STATELESS_IDENTIFIER
Used to identify a CAS request for a stateless user agent, such as a remoting protocol client (e.g.

Constructor

Method

voidsetAuthenticationDetailsSource( AuthenticationDetailsSource authenticationDetailsSource)
voidsetAuthenticationFailureHandler(AuthenticationFailureHandler failureHandler)
Wraps the AuthenticationFailureHandler to distinguish between handling proxy ticket authentication failures and service ticket failures.
voidsetAuthenticationManager(AuthenticationManager authenticationManager)
voidsetAuthenticationSuccessHandler(AuthenticationSuccessHandler successHandler)
Sets the strategy used to handle a successful authentication.
voidsetFilterProcessesUrl(String filterProcessesUrl)
Sets the URL that determines if authentication is required
voidsetServiceProperties(final ServiceProperties serviceProperties)
voidsetSessionAuthenticationStrategy(SessionAuthenticationStrategy sessionStrategy)
The session handling strategy which will be invoked immediately after an authentication request is successfully processed by the AuthenticationManager.