Interface | Description |
---|---|
AttributePrincipal |
Extension to the standard Java Principal that includes a way to retrieve proxy tickets for a particular user
and attributes.
|
AuthenticationRedirectStrategy |
Interface to abstract the authentication strategy for redirecting.
|
GatewayResolver |
Implementations of this should only have a default constructor if
you plan on constructing them via the web.xml.
|
UrlPatternMatcherStrategy |
Defines an abstraction by which request urls can be matches against a given pattern.
|
Class | Description |
---|---|
AttributePrincipalImpl |
Concrete implementation of the AttributePrincipal interface.
|
AuthenticationFilter |
Filter implementation to intercept all requests and attempt to authenticate
the user by redirecting them to CAS (unless the user has a ticket).
|
ContainsPatternUrlPatternMatcherStrategy |
A pattern matcher that looks inside the url to find the exact pattern specified.
|
DefaultAuthenticationRedirectStrategy |
Implementation of the
AuthenticationRedirectStrategy class that preserves the original behavior that existed prior to 3.3.0. |
DefaultGatewayResolverImpl | |
ExactUrlPatternMatcherStrategy |
A pattern matcher that produces a successful match if the pattern
specified matches the given url exactly and equally.
|
FacesCompatibleAuthenticationRedirectStrategy |
Implementation of the redirect strategy that can handle a Faces Ajax request in addition to the standard redirect style.
|
RegexUrlPatternMatcherStrategy |
A pattern matcher that looks inside the url to find the pattern,.
|
Saml11AuthenticationFilter |
Extension to the default Authentication filter that sets the required SAML1.1 artifact parameter name and service parameter name.
|
SimpleGroup |
Simple security group implementation
|
SimplePrincipal |
Simple security principal implementation.
|
Copyright © 2006–2014 Jasig. All rights reserved.