| Package | Description |
|---|---|
| fish.payara.security.openid.api | |
| fish.payara.security.openid.controller |
| Modifier and Type | Method and Description |
|---|---|
static Optional<OpenIdState> |
OpenIdState.from(String state)
Factory method which creates an
OpenIdState if the
state provided is not NULL or empty. |
| Modifier and Type | Method and Description |
|---|---|
Optional<OpenIdState> |
StateController.get(OpenIdConfiguration configuration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateController.store(OpenIdState state,
OpenIdConfiguration configuration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2020. All rights reserved.