|
keycloak
|

クラス | |
| enum | ValueType |
公開メンバ関数 | |
| ClaimTypeModel (ClaimTypeModel copy) | |
| ClaimTypeModel (String id, String name, boolean builtIn, ValueType type) | |
| ClaimTypeModel () | |
| String | getId () |
| String | getName () |
| boolean | isBuiltIn () |
| ValueType | getType () |
| void | setId (String id) |
| void | setName (String name) |
| void | setBuiltIn (boolean builtIn) |
| void | setType (ValueType type) |
| boolean | equals (Object o) |
| int | hashCode () |
非公開変数類 | |
| String | id |
| String | name |
| boolean | builtIn |
| ValueType | type |
| enum org::keycloak::models::ClaimTypeModel::ValueType |

| 列挙値 | BOOLEAN | INT | STRING |
|---|
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
1.8.13