keycloak
|
クラス | |
class | OAuthRedirect |
公開メンバ関数 | |
AbstractSecuredLocalService (RealmModel realm, ClientModel client) | |
Response | loginRedirect (@QueryParam("code") String code, @QueryParam("state") String state, @QueryParam("error") String error, @QueryParam("path") String path, @QueryParam("referrer") String referrer, @Context HttpHeaders headers) |
限定公開メンバ関数 | |
abstract Set< String > | getValidPaths () |
abstract URI | getBaseRedirectUri () |
Response | login (String path) |
限定公開変数類 | |
final ClientModel | client |
RealmModel | realm |
HttpHeaders | headers |
ClientConnection | clientConnection |
String | stateChecker |
KeycloakSession | session |
HttpRequest | request |
Auth | auth |
静的非公開変数類 | |
static final Logger | logger = Logger.getLogger(AbstractSecuredLocalService.class) |
Helper class for securing local services. Provides login basics as well as CSRF check basics
|
inline |
|
abstractprotected |
|
abstractprotected |
|
inlineprotected |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprivate |
|
protected |
|
protected |
|
protected |
|
protected |