A B C D E F G I L N O R S T V 
All Classes All Packages

A

afterPropertiesSet() - Method in class org.springframework.security.openid.OpenIDAuthenticationFilter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.security.openid.OpenIDAuthenticationProvider
Deprecated.
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.openid.OpenIDAuthenticationFilter
Deprecated.
Authentication has two phases.
authenticate(Authentication) - Method in class org.springframework.security.openid.OpenIDAuthenticationProvider
Deprecated.
 
AuthenticationCancelledException - Exception in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
AuthenticationCancelledException(String) - Constructor for exception org.springframework.security.openid.AuthenticationCancelledException
Deprecated.
 
AuthenticationCancelledException(String, Throwable) - Constructor for exception org.springframework.security.openid.AuthenticationCancelledException
Deprecated.
 
AxFetchListFactory - Interface in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.

B

beginConsumption(HttpServletRequest, String, String, String) - Method in class org.springframework.security.openid.OpenID4JavaConsumer
Deprecated.
 
beginConsumption(HttpServletRequest, String, String, String) - Method in interface org.springframework.security.openid.OpenIDConsumer
Deprecated.
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
Deprecated.
Builds the return_to URL that will be sent to the OpenID service provider.

C

CANCELLED - org.springframework.security.openid.OpenIDAuthenticationStatus
Deprecated.
This code indicates that the user cancelled their login request
createAttributeList(String) - Method in interface org.springframework.security.openid.AxFetchListFactory
Deprecated.
Builds the list of attributes which should be added to the fetch request for the supplied OpenID identifier.
createAttributeList(String) - Method in class org.springframework.security.openid.NullAxFetchListFactory
Deprecated.
 
createAttributeList(String) - Method in class org.springframework.security.openid.RegexBasedAxFetchListFactory
Deprecated.
Iterates through the patterns stored in the map and returns the list of attributes defined for the first match.
createSuccessfulAuthentication(UserDetails, OpenIDAuthenticationToken) - Method in class org.springframework.security.openid.OpenIDAuthenticationProvider
Deprecated.
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
Deprecated.
 

E

endConsumption(HttpServletRequest) - Method in class org.springframework.security.openid.OpenID4JavaConsumer
Deprecated.
 
endConsumption(HttpServletRequest) - Method in interface org.springframework.security.openid.OpenIDConsumer
Deprecated.
 
ERROR - org.springframework.security.openid.OpenIDAuthenticationStatus
Deprecated.
This code indicates the server reported an error

F

FAILURE - org.springframework.security.openid.OpenIDAuthenticationStatus
Deprecated.
This code indicates a failed authentication request

G

getAttributes() - Method in class org.springframework.security.openid.OpenIDAuthenticationToken
Deprecated.
 
getCount() - Method in class org.springframework.security.openid.OpenIDAttribute
Deprecated.
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
Deprecated.
Returns 'null' always, as no credentials are processed by the OpenID provider.
getIdentityUrl() - Method in class org.springframework.security.openid.OpenIDAuthenticationToken
Deprecated.
 
getMessage() - Method in class org.springframework.security.openid.OpenIDAuthenticationToken
Deprecated.
 
getName() - Method in class org.springframework.security.openid.OpenIDAttribute
Deprecated.
The attribute name
getPrincipal() - Method in class org.springframework.security.openid.OpenIDAuthenticationToken
Deprecated.
Returns the principal value.
getStatus() - Method in class org.springframework.security.openid.OpenIDAuthenticationToken
Deprecated.
 
getType() - Method in class org.springframework.security.openid.OpenIDAttribute
Deprecated.
The attribute type Identifier (a URI).
getValues() - Method in class org.springframework.security.openid.OpenIDAttribute
Deprecated.
The values obtained from an attribute exchange.

I

isRequired() - Method in class org.springframework.security.openid.OpenIDAttribute
Deprecated.
The "required" flag for the attribute when used with an authentication request.

L

logger - Variable in class org.springframework.security.openid.OpenID4JavaConsumer
Deprecated.
 
lookupRealm(String) - Method in class org.springframework.security.openid.OpenIDAuthenticationFilter
Deprecated.
 

N

NullAxFetchListFactory - Class in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
NullAxFetchListFactory() - Constructor for class org.springframework.security.openid.NullAxFetchListFactory
Deprecated.
 

O

obtainUsername(HttpServletRequest) - Method in class org.springframework.security.openid.OpenIDAuthenticationFilter
Deprecated.
Reads the claimedIdentityFieldName from the submitted request.
OpenID4JavaConsumer - Class in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
OpenID4JavaConsumer() - Constructor for class org.springframework.security.openid.OpenID4JavaConsumer
Deprecated.
 
OpenID4JavaConsumer(ConsumerManager, AxFetchListFactory) - Constructor for class org.springframework.security.openid.OpenID4JavaConsumer
Deprecated.
 
OpenID4JavaConsumer(AxFetchListFactory) - Constructor for class org.springframework.security.openid.OpenID4JavaConsumer
Deprecated.
 
OpenIDAttribute - Class in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
OpenIDAttribute(String, String) - Constructor for class org.springframework.security.openid.OpenIDAttribute
Deprecated.
 
OpenIDAttribute(String, String, List<String>) - Constructor for class org.springframework.security.openid.OpenIDAttribute
Deprecated.
 
OpenIDAuthenticationFilter - Class in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
OpenIDAuthenticationFilter() - Constructor for class org.springframework.security.openid.OpenIDAuthenticationFilter
Deprecated.
 
OpenIDAuthenticationProvider - Class in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
OpenIDAuthenticationProvider() - Constructor for class org.springframework.security.openid.OpenIDAuthenticationProvider
Deprecated.
 
OpenIDAuthenticationStatus - Enum in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
OpenIDAuthenticationToken - Class in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
OpenIDAuthenticationToken(Object, Collection<? extends GrantedAuthority>, String, List<OpenIDAttribute>) - Constructor for class org.springframework.security.openid.OpenIDAuthenticationToken
Deprecated.
Created by the OpenIDAuthenticationProvider on successful authentication.
OpenIDAuthenticationToken(OpenIDAuthenticationStatus, String, String, List<OpenIDAttribute>) - Constructor for class org.springframework.security.openid.OpenIDAuthenticationToken
Deprecated.
 
OpenIDConsumer - Interface in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
OpenIDConsumerException - Exception in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
OpenIDConsumerException(String) - Constructor for exception org.springframework.security.openid.OpenIDConsumerException
Deprecated.
 
OpenIDConsumerException(String, Throwable) - Constructor for exception org.springframework.security.openid.OpenIDConsumerException
Deprecated.
 
org.springframework.security.openid - package org.springframework.security.openid
 

R

RegexBasedAxFetchListFactory - Class in org.springframework.security.openid
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
RegexBasedAxFetchListFactory(Map<String, List<OpenIDAttribute>>) - Constructor for class org.springframework.security.openid.RegexBasedAxFetchListFactory
Deprecated.
 

S

setAuthenticationUserDetailsService(AuthenticationUserDetailsService<OpenIDAuthenticationToken>) - Method in class org.springframework.security.openid.OpenIDAuthenticationProvider
Deprecated.
Used to load the UserDetails for the authenticated OpenID user.
setAuthoritiesMapper(GrantedAuthoritiesMapper) - Method in class org.springframework.security.openid.OpenIDAuthenticationProvider
Deprecated.
 
setClaimedIdentityFieldName(String) - Method in class org.springframework.security.openid.OpenIDAuthenticationFilter
Deprecated.
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
Deprecated.
 
setCount(int) - Method in class org.springframework.security.openid.OpenIDAttribute
Deprecated.
 
setRealmMapping(Map<String, String>) - Method in class org.springframework.security.openid.OpenIDAuthenticationFilter
Deprecated.
Maps the return_to url to a realm, for example:
setRequired(boolean) - Method in class org.springframework.security.openid.OpenIDAttribute
Deprecated.
 
setReturnToUrlParameters(Set<String>) - Method in class org.springframework.security.openid.OpenIDAuthenticationFilter
Deprecated.
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 - org.springframework.security.openid.OpenIDAuthenticationStatus
Deprecated.
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
Deprecated.
Used to load the UserDetails for the authenticated OpenID user.
SUCCESS - org.springframework.security.openid.OpenIDAuthenticationStatus
Deprecated.
This code indicates a successful authentication request
supports(Class<?>) - Method in class org.springframework.security.openid.OpenIDAuthenticationProvider
Deprecated.
 

T

toString() - Method in class org.springframework.security.openid.OpenIDAttribute
Deprecated.
 
toString() - Method in enum org.springframework.security.openid.OpenIDAuthenticationStatus
Deprecated.
 
toString() - Method in class org.springframework.security.openid.OpenIDAuthenticationToken
Deprecated.
 

V

valueOf(String) - Static method in enum org.springframework.security.openid.OpenIDAuthenticationStatus
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.security.openid.OpenIDAuthenticationStatus
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I L N O R S T V 
All Classes All Packages