Package org.keycloak.models
Class ParConfig
java.lang.Object
org.keycloak.models.AbstractConfig
org.keycloak.models.ParConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.keycloak.models.AbstractConfig
realm, realmForWrite -
Constructor Summary
ConstructorsConstructorDescriptionParConfig(RealmModel realm) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic ParConfigstatic ParConfigfromModel(RealmModel realm) intbooleanvoidsetRequestUriLifespan(Integer requestUriLifespan) voidsetRequestUriLifespan(String requestUriLifespan) Methods inherited from class org.keycloak.models.AbstractConfig
getIntAttribute, persistRealmAttribute, persistRealmAttribute
-
Field Details
-
PAR_REQUEST_URI_LIFESPAN
- See Also:
-
DEFAULT_PAR_REQUEST_URI_LIFESPAN
public static final int DEFAULT_PAR_REQUEST_URI_LIFESPAN- See Also:
-
REQUIRE_PUSHED_AUTHORIZATION_REQUESTS
- See Also:
-
-
Constructor Details
-
ParConfig
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
-
getRequestUriLifespan
public int getRequestUriLifespan() -
setRequestUriLifespan
-
setRequestUriLifespan
-
isRequirePushedAuthorizationRequests
-
fromCache(Supplier, Map)orfromModel(RealmModel)factory methods