Package org.springframework.security.openid

Authenticates standard web browser users via OpenID.

See:
          Description

Interface Summary
AxFetchListFactory A strategy which can be used by an OpenID consumer implementation, to dynamically determine the attribute exchange information based on the OpenID identifier.
OpenIDConsumer An interface for OpenID library implementations
 

Class Summary
NullAxFetchListFactory  
OpenID4JavaConsumer  
OpenIDAttribute Represents an OpenID subject identity attribute.
OpenIDAuthenticationFilter Filter which processes OpenID authentication requests.
OpenIDAuthenticationProvider Finalises the OpenID authentication by obtaining local authorities for the authenticated user.
OpenIDAuthenticationToken OpenID Authentication Token
RegexBasedAxFetchListFactory  
 

Enum Summary
OpenIDAuthenticationStatus Authentication status codes, based on JanRain status codes
 

Exception Summary
AuthenticationCancelledException Indicates that OpenID authentication was cancelled
OpenIDConsumerException Thrown by an OpenIDConsumer if it cannot process a request
 

Package org.springframework.security.openid Description

Authenticates standard web browser users via OpenID.