Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
BasicAuthorizationConnectionFactory.getConnectionFactory()
Creates a
ConnectionFactory instance with all the (non-)protected endpoints. |
Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
OAuth2AuthorizationConnectionFactory.getConnectionFactory()
Creates a
ConnectionFactory with a route to the "resource" endpoint, which is protected by the
OAuth2 authorization filter which will deem an access token valid if it matches the string "VALID" and will
return a scope of "SCOPE" and user info of "UID"->"DEMO". |
Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
ConfigurationConnectionFactory.getConnectionFactory()
Creates a
ConnectionFactory which contains routes to each CREST resource. |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
CrestApplication.getConnectionFactory()
Get the connection factory for the application.
|
static ConnectionFactory |
Resources.newInternalConnectionFactory(RequestHandler handler)
Creates a new connection factory which binds internal client connections
to
RequestHandler s. |
static ConnectionFactory |
Resources.uncloseable(ConnectionFactory factory)
Returns an uncloseable view of the provided connection factory.
|
Modifier and Type | Method and Description |
---|---|
static CrestApplication |
Applications.simpleCrestApplication(ConnectionFactory factory,
String id,
String version)
Create a simple
CrestApplication using the provided factory, id and version. |
static ConnectionFactory |
Resources.uncloseable(ConnectionFactory factory)
Returns an uncloseable view of the provided connection factory.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
CrestHttp.newConnectionFactory(Handler handler,
URI uri)
Creates a new
ConnectionFactory that map back and forth JSON resource objects to CHF objects. |
Modifier and Type | Method and Description |
---|---|
static Handler |
CrestHttp.newHttpHandler(ConnectionFactory connectionFactory)
Deprecated.
Use
CrestHttp.newHttpHandler(CrestApplication) instead. |
static Handler |
CrestHttp.newHttpHandler(ConnectionFactory connectionFactory,
Context parentContext)
Deprecated.
Use
CrestHttp.newHttpHandler(CrestApplication) instead. |
static Handler |
CrestHttp.newHttpHandler(ConnectionFactory connectionFactory,
HttpContextFactory contextFactory)
Deprecated.
Use
CrestHttp.newHttpHandler(CrestApplication) instead. |
Constructor and Description |
---|
UserUpdateService(ConnectionFactory connectionFactory,
ResourcePath identityService,
JsonPointer kbaPropertyField)
Construct a service to update the user's KBA info.
|
Constructor and Description |
---|
VerifyEmailAccountStage(ConnectionFactory connectionFactory)
Constructs a new stage.
|
Constructor and Description |
---|
SecurityAnswerDefinitionStage(ConnectionFactory connectionFactory)
Constructs a new security answer definition stage.
|
SecurityAnswerVerificationStage(ConnectionFactory connectionFactory)
Constructs a new security answer verification stage.
|
Constructor and Description |
---|
UserRegistrationStage(ConnectionFactory connectionFactory)
Constructs a new user registration stage.
|
Constructor and Description |
---|
ResetStage(ConnectionFactory connectionFactory)
Constructs a new reset stage.
|
Constructor and Description |
---|
EmailUsernameStage(ConnectionFactory connectionFactory)
Constructs a new stage.
|
UserQueryStage(ConnectionFactory connectionFactory)
Constructs a new user query stage.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.