Package org.keycloak.models
Class CibaConfig
java.lang.Object
org.keycloak.models.AbstractConfig
org.keycloak.models.CibaConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final intstatic final Stringstatic final StringFields inherited from class org.keycloak.models.AbstractConfig
realm, realmForWrite -
Constructor Summary
ConstructorsConstructorDescriptionCibaConfig(RealmModel realm) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic CibaConfigstatic CibaConfigfromModel(RealmModel realm) intintbooleanisOIDCCIBAGrantEnabled(ClientModel client) voidvoidvoidsetExpiresIn(Integer expiresIn) voidsetExpiresIn(String expiresIn) voidsetPoolingInterval(Integer interval) voidsetPoolingInterval(String poolingInterval) Methods inherited from class org.keycloak.models.AbstractConfig
getIntAttribute, persistRealmAttribute, persistRealmAttribute
-
Field Details
-
CIBA_POLL_MODE
- See Also:
-
CIBA_PING_MODE
- See Also:
-
CIBA_PUSH_MODE
- See Also:
-
CIBA_SUPPORTED_MODES
-
CIBA_BACKCHANNEL_TOKEN_DELIVERY_MODE
- See Also:
-
CIBA_EXPIRES_IN
- See Also:
-
CIBA_INTERVAL
- See Also:
-
CIBA_AUTH_REQUESTED_USER_HINT
- See Also:
-
DEFAULT_CIBA_POLICY_TOKEN_DELIVERY_MODE
- See Also:
-
DEFAULT_CIBA_POLICY_EXPIRES_IN
public static final int DEFAULT_CIBA_POLICY_EXPIRES_IN- See Also:
-
DEFAULT_CIBA_POLICY_INTERVAL
public static final int DEFAULT_CIBA_POLICY_INTERVAL- See Also:
-
DEFAULT_CIBA_POLICY_AUTH_REQUESTED_USER_HINT
- See Also:
-
OIDC_CIBA_GRANT_ENABLED
- See Also:
-
CIBA_BACKCHANNEL_TOKEN_DELIVERY_MODE_PER_CLIENT
- See Also:
-
CIBA_BACKCHANNEL_CLIENT_NOTIFICATION_ENDPOINT
- See Also:
-
CIBA_BACKCHANNEL_AUTH_REQUEST_SIGNING_ALG
- See Also:
-
-
Constructor Details
-
CibaConfig
Deprecated, for removal: This API element is subject to removal in a future version.usefromCache(Supplier, Map)orfromModel(RealmModel)factory methods
-
-
Method Details
-
fromModel
-
fromCache
public static CibaConfig fromCache(Supplier<RealmModel> realmForWrite, Map<String, String> realmAttributes) -
getBackchannelTokenDeliveryMode
-
getBackchannelTokenDeliveryMode
-
setBackchannelTokenDeliveryMode
-
getExpiresIn
public int getExpiresIn() -
setExpiresIn
-
setExpiresIn
-
getPoolingInterval
public int getPoolingInterval() -
setPoolingInterval
-
setPoolingInterval
-
getAuthRequestedUserHint
-
setAuthRequestedUserHint
-
isOIDCCIBAGrantEnabled
-
getBackchannelAuthRequestSigningAlg
-
getBackchannelClientNotificationEndpoint
-
fromCache(Supplier, Map)orfromModel(RealmModel)factory methods