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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintbooleanvoidsetRequestUriLifespan(Integer requestUriLifespan) voidsetRequestUriLifespan(String requestUriLifespan) Methods inherited from class org.keycloak.models.AbstractConfig
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
 
 - 
 - 
Method Details
- 
getRequestUriLifespan
public int getRequestUriLifespan() - 
setRequestUriLifespan
 - 
setRequestUriLifespan
 - 
isRequirePushedAuthorizationRequests
 
 -