| java.lang.Object | |
| ↳ | org.springframework.security.openid.OpenID4JavaConsumer | 
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| logger | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
      
  This constructor is deprecated.
      use the  AxFetchListFactoryversion instead. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Given the request, the claimedIdentity, the return to url, and a realm, lookup the openId authentication
 page the user should be redirected to. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.security.openid.OpenIDConsumer | |||||||||||
| ConsumerException | 
|---|
      
  This constructor is deprecated.
 use the AxFetchListFactory version instead.
  
| ConsumerException | 
|---|
| ConsumerException | 
|---|
| ConsumerException | 
|---|
Given the request, the claimedIdentity, the return to url, and a realm, lookup the openId authentication page the user should be redirected to.
| req | HttpServletRequest | 
|---|---|
| identityUrl | String URI the user presented during authentication | 
| returnToUrl | String URI of the URL we want the user sent back to by the OP | 
| realm | URI pattern matching the realm we want the user to see | 
| OpenIDConsumerException | 
|---|
| OpenIDConsumerException | 
|---|