keycloak-service
公開メンバ関数 | 全メンバ一覧
org.keycloak.authentication.requiredactions.util.UpdateProfileContext インタフェース
org.keycloak.authentication.requiredactions.util.UpdateProfileContext の継承関係図
Inheritance graph
org.keycloak.authentication.requiredactions.util.UpdateProfileContext 連携図
Collaboration graph

公開メンバ関数

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)

著者
Marek Posolda

関数詳解

◆ getAttribute()

List<String> org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getAttribute ( String  key)

◆ getAttributes()

Map<String, List<String> > org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getAttributes ( )

◆ getEmail()

String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getEmail ( )

◆ getFirstAttribute()

String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getFirstAttribute ( String  name)

◆ getFirstName()

String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getFirstName ( )

◆ getLastName()

String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getLastName ( )

◆ getUsername()

String org.keycloak.authentication.requiredactions.util.UpdateProfileContext.getUsername ( )

◆ isEditUsernameAllowed()

boolean org.keycloak.authentication.requiredactions.util.UpdateProfileContext.isEditUsernameAllowed ( )

◆ setAttribute()

void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setAttribute ( String  key,
List< String >  value 
)

◆ setEmail()

void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setEmail ( String  email)

◆ setFirstName()

void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setFirstName ( String  firstName)

◆ setLastName()

void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setLastName ( String  lastName)

◆ setSingleAttribute()

void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setSingleAttribute ( String  name,
String  value 
)

◆ setUsername()

void org.keycloak.authentication.requiredactions.util.UpdateProfileContext.setUsername ( String  username)

このインタフェース詳解は次のファイルから抽出されました: