|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthRequest | |
|---|---|
| org.openid4java.consumer | Provides functionality for OpenID-enabling Consumer (Relying Party) sites. |
| org.openid4java.message | |
| org.openid4java.server | Offers support for implementing an OpenID Provider server. |
| Uses of AuthRequest in org.openid4java.consumer |
|---|
| Methods in org.openid4java.consumer that return AuthRequest | |
|---|---|
AuthRequest |
ConsumerManager.authenticate(DiscoveryInformation discovered,
String returnToUrl)
Builds a authentication request message for the user specified in the discovery information provided as a parameter. |
AuthRequest |
ConsumerManager.authenticate(DiscoveryInformation discovered,
String returnToUrl,
String realm)
Builds a authentication request message for the user specified in the discovery information provided as a parameter. |
AuthRequest |
ConsumerManager.authenticate(List discoveries,
String returnToUrl)
Builds a authentication request message for the user specified in the discovery information provided as a parameter. |
AuthRequest |
ConsumerManager.authenticate(List discoveries,
String returnToUrl,
String realm)
Builds a authentication request message for the user specified in the discovery information provided as a parameter. |
| Uses of AuthRequest in org.openid4java.message |
|---|
| Methods in org.openid4java.message that return AuthRequest | |
|---|---|
static AuthRequest |
AuthRequest.createAuthRequest(ParameterList params,
RealmVerifier realmVerifier)
|
static AuthRequest |
AuthRequest.createAuthRequest(String claimedId,
String delegate,
boolean compatibility,
String returnToUrl,
String handle,
RealmVerifier verifier)
|
static AuthRequest |
AuthRequest.createAuthRequest(String claimedId,
String delegate,
boolean compatibility,
String returnToUrl,
String handle,
String realm,
RealmVerifier verifier)
|
| Uses of AuthRequest in org.openid4java.server |
|---|
| Methods in org.openid4java.server with parameters of type AuthRequest | |
|---|---|
Message |
ServerManager.authResponse(AuthRequest authReq,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved)
Processes a Authentication Request received from a consumer site. |
Message |
ServerManager.authResponse(AuthRequest authReq,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
boolean signNow)
Processes a Authentication Request received from a consumer site. |
Message |
ServerManager.authResponse(AuthRequest auhtReq,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
String opEndpoint)
Processes a Authentication Request received from a consumer site. |
Message |
ServerManager.authResponse(AuthRequest authReq,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
String opEndpoint,
boolean signNow)
Processes a Authentication Request received from a consumer site. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||