|
keycloak-oidc-service
|


公開メンバ関数 | |
| boolean | isEditUsernameAllowed () |
| String | getUsername () |
| void | setUsername (String username) |
| String | getEmail () |
| void | setEmail (String email) |
| String | getFirstName () |
| void | setFirstName (String firstName) |
| String | getLastName () |
| void | setLastName (String lastName) |
| Map< String, List< String > > | getAttributes () |
| void | setSingleAttribute (String name, String value) |
| void | setAttribute (String key, List< String > value) |
| String | getFirstAttribute (String name) |
| List< String > | getAttribute (String key) |
Abstraction, which allows to display updateProfile page in various contexts (Required action of already existing user, or first identity provider login when user doesn't yet exists in Keycloak DB)
| List<String> org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getAttribute | ( | String | key | ) |
| Map<String, List<String> > org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getAttributes | ( | ) |
| String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getEmail | ( | ) |
| String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getFirstAttribute | ( | String | name | ) |
| String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getFirstName | ( | ) |
| String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getLastName | ( | ) |
| String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getUsername | ( | ) |
| boolean org.keycloak.authentication.requiredactions.util.UpdateProfileContext.isEditUsernameAllowed | ( | ) |
| void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setAttribute | ( | String | key, |
| List< String > | value | ||
| ) |
| void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setEmail | ( | String | ) |
| void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setFirstName | ( | String | firstName | ) |
| void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setLastName | ( | String | lastName | ) |
| void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setSingleAttribute | ( | String | name, |
| String | value | ||
| ) |
| void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setUsername | ( | String | username | ) |
1.8.13