keycloak-service
静的公開メンバ関数 | 公開変数類 | 全メンバ一覧
列挙 org.keycloak.services.clientregistration.policy.RegistrationAuth 詳解
org.keycloak.services.clientregistration.policy.RegistrationAuth 連携図
Collaboration graph

静的公開メンバ関数

static RegistrationAuth fromString (String regAuth)
 

公開変数類

 ANONYMOUS
 

詳解

著者
Marek Posolda

関数詳解

◆ fromString()

static RegistrationAuth org.keycloak.services.clientregistration.policy.RegistrationAuth.fromString ( String  regAuth)
inlinestatic
39  {
40  return Enum.valueOf(RegistrationAuth.class, regAuth.toUpperCase());
41  }

メンバ詳解

◆ ANONYMOUS

org.keycloak.services.clientregistration.policy.RegistrationAuth.ANONYMOUS

Case when client is registered without token (either initialAccessToken or BearerToken).

Note this will be the case also for update + view + remove with registrationToken, which was created during anonymous registration


次のファイルからこの列挙についての詳解を抽出しました: