Package
Class
Tree
Deprecated
Index
Help
spring-security-openid
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
O
S
T
A
afterPropertiesSet()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
afterPropertiesSet()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationProvider
attemptAuthentication(HttpServletRequest, HttpServletResponse)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
Authentication has two phases.
authenticate(Authentication)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationProvider
AuthenticationCancelledException
- Exception in
org.springframework.security.openid
Indicates that OpenID authentication was cancelled
AuthenticationCancelledException(String)
- Constructor for exception org.springframework.security.openid.
AuthenticationCancelledException
AuthenticationCancelledException(String, Throwable)
- Constructor for exception org.springframework.security.openid.
AuthenticationCancelledException
B
beginConsumption(HttpServletRequest, String, String, String)
- Method in class org.springframework.security.openid.
OpenID4JavaConsumer
beginConsumption(HttpServletRequest, String, String, String)
- Method in interface org.springframework.security.openid.
OpenIDConsumer
Given the request, the claimedIdentity, the return to url, and a realm, lookup the openId authentication page the user should be redirected to.
buildReturnToUrl(HttpServletRequest)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
Builds the
return_to
URL that will be sent to the OpenID service provider.
C
CANCELLED
- Static variable in class org.springframework.security.openid.
OpenIDAuthenticationStatus
This code indicates that the user cancelled their login request
createSuccessfulAuthentication(UserDetails, OpenIDAuthenticationToken)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationProvider
Handles the creation of the final
Authentication
object which will be returned by the provider.
D
DEFAULT_CLAIMED_IDENTITY_FIELD
- Static variable in class org.springframework.security.openid.
OpenIDAuthenticationFilter
E
endConsumption(HttpServletRequest)
- Method in class org.springframework.security.openid.
OpenID4JavaConsumer
endConsumption(HttpServletRequest)
- Method in interface org.springframework.security.openid.
OpenIDConsumer
ERROR
- Static variable in class org.springframework.security.openid.
OpenIDAuthenticationStatus
This code indicates the server reported an error
F
FAILURE
- Static variable in class org.springframework.security.openid.
OpenIDAuthenticationStatus
This code indicates a failed authentication request
G
getAttributes()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationToken
getCount()
- Method in class org.springframework.security.openid.
OpenIDAttribute
The requested count for the attribute when it is used as part of an authentication request.
getCredentials()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationToken
Returns 'null' always, as no credentials are processed by the OpenID provider.
getIdentityUrl()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationToken
getMessage()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationToken
getName()
- Method in class org.springframework.security.openid.
OpenIDAttribute
The attribute name
getPrincipal()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationToken
Returns the
principal
value.
getStatus()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationToken
getType()
- Method in class org.springframework.security.openid.
OpenIDAttribute
The attribute type Identifier (a URI).
getValues()
- Method in class org.springframework.security.openid.
OpenIDAttribute
The values obtained from an attribute exchange.
I
isRequired()
- Method in class org.springframework.security.openid.
OpenIDAttribute
The "required" flag for the attribute when used with an authentication request.
L
logger
- Variable in class org.springframework.security.openid.
OpenID4JavaConsumer
lookupRealm(String)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
O
obtainUsername(HttpServletRequest)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
Reads the
claimedIdentityFieldName
from the submitted request.
OpenID4JavaConsumer
- Class in
org.springframework.security.openid
OpenID4JavaConsumer()
- Constructor for class org.springframework.security.openid.
OpenID4JavaConsumer
OpenID4JavaConsumer(List<OpenIDAttribute>)
- Constructor for class org.springframework.security.openid.
OpenID4JavaConsumer
OpenID4JavaConsumer(ConsumerManager, List<OpenIDAttribute>)
- Constructor for class org.springframework.security.openid.
OpenID4JavaConsumer
OpenIDAttribute
- Class in
org.springframework.security.openid
Represents an OpenID subject identity attribute.
OpenIDAttribute(String, String)
- Constructor for class org.springframework.security.openid.
OpenIDAttribute
OpenIDAttribute(String, String, List<String>)
- Constructor for class org.springframework.security.openid.
OpenIDAttribute
OpenIDAuthenticationFilter
- Class in
org.springframework.security.openid
Filter which processes OpenID authentication requests.
OpenIDAuthenticationFilter()
- Constructor for class org.springframework.security.openid.
OpenIDAuthenticationFilter
OpenIDAuthenticationProvider
- Class in
org.springframework.security.openid
Finalises the OpenID authentication by obtaining local authorities for the authenticated user.
OpenIDAuthenticationProvider()
- Constructor for class org.springframework.security.openid.
OpenIDAuthenticationProvider
OpenIDAuthenticationStatus
- Class in
org.springframework.security.openid
Based on JanRain status codes
OpenIDAuthenticationToken
- Class in
org.springframework.security.openid
OpenID Authentication Token
OpenIDAuthenticationToken(OpenIDAuthenticationStatus, String, String, List<OpenIDAttribute>)
- Constructor for class org.springframework.security.openid.
OpenIDAuthenticationToken
OpenIDAuthenticationToken(Object, Collection<? extends GrantedAuthority>, String, List<OpenIDAttribute>)
- Constructor for class org.springframework.security.openid.
OpenIDAuthenticationToken
Created by the
OpenIDAuthenticationProvider
on successful authentication.
OpenIDConsumer
- Interface in
org.springframework.security.openid
An interface for OpenID library implementations
OpenIDConsumerException
- Exception in
org.springframework.security.openid
Thrown by an OpenIDConsumer if it cannot process a request
OpenIDConsumerException(String)
- Constructor for exception org.springframework.security.openid.
OpenIDConsumerException
OpenIDConsumerException(String, Throwable)
- Constructor for exception org.springframework.security.openid.
OpenIDConsumerException
org.springframework.security.openid
- package org.springframework.security.openid
Authenticates standard web browser users via
OpenID
.
S
setClaimedIdentityFieldName(String)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
The name of the request parameter containing the OpenID identity, as submitted from the initial login form.
setConsumer(OpenIDConsumer)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
setCount(int)
- Method in class org.springframework.security.openid.
OpenIDAttribute
setRealmMapping(Map<String, String>)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
Maps the
return_to url
to a realm, for example:
setRequired(boolean)
- Method in class org.springframework.security.openid.
OpenIDAttribute
setReturnToUrlParameters(Set<String>)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationFilter
Specifies any extra parameters submitted along with the identity field which should be appended to the
return_to
URL which is assembled by
OpenIDAuthenticationFilter.buildReturnToUrl(javax.servlet.http.HttpServletRequest)
.
SETUP_NEEDED
- Static variable in class org.springframework.security.openid.
OpenIDAuthenticationStatus
This code indicates that the user needs to do additional work to prove their identity
setUserDetailsService(UserDetailsService)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationProvider
Used to load the authorities for the authenticated OpenID user.
SUCCESS
- Static variable in class org.springframework.security.openid.
OpenIDAuthenticationStatus
This code indicates a successful authentication request
supports(Class<? extends Object>)
- Method in class org.springframework.security.openid.
OpenIDAuthenticationProvider
T
toString()
- Method in class org.springframework.security.openid.
OpenIDAttribute
toString()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationStatus
toString()
- Method in class org.springframework.security.openid.
OpenIDAuthenticationToken
A
B
C
D
E
F
G
I
L
O
S
T
Package
Class
Tree
Deprecated
Index
Help
spring-security-openid
PREV NEXT
FRAMES
NO FRAMES
All Classes