Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018 Sxip. All rights reserved.