keycloak
|
クラス | |
enum | Use |
公開メンバ関数 | |
String | getKeyId () |
void | setKeyId (String keyId) |
String | getKeyType () |
void | setKeyType (String keyType) |
String | getAlgorithm () |
void | setAlgorithm (String algorithm) |
String | getPublicKeyUse () |
void | setPublicKeyUse (String publicKeyUse) |
Map< String, Object > | getOtherClaims () |
void | setOtherClaims (String name, Object value) |
静的公開変数類 | |
static final String | KEY_ID = "kid" |
static final String | KEY_TYPE = "kty" |
static final String | ALGORITHM = "alg" |
static final String | PUBLIC_KEY_USE = "use" |
限定公開変数類 | |
Map< String, Object > | otherClaims = new HashMap<String, Object>() |
非公開変数類 | |
String | keyId |
String | keyType |
String | algorithm |
String | publicKeyUse |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
private |
|
static |
|
static |
|
private |
|
private |
|
protected |
|
static |
|
private |