Package org.keycloak.models
Class ParConfig
- java.lang.Object
- 
- org.keycloak.models.AbstractConfig
- 
- org.keycloak.models.ParConfig
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ParConfig extends AbstractConfig - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_PAR_REQUEST_URI_LIFESPANstatic StringPAR_REQUEST_URI_LIFESPANstatic StringREQUIRE_PUSHED_AUTHORIZATION_REQUESTS- 
Fields inherited from class org.keycloak.models.AbstractConfigrealm, realmForWrite
 
- 
 - 
Constructor SummaryConstructors Constructor Description ParConfig(RealmModel realm)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRequestUriLifespan()booleanisRequirePushedAuthorizationRequests(ClientModel client)voidsetRequestUriLifespan(Integer requestUriLifespan)voidsetRequestUriLifespan(String requestUriLifespan)- 
Methods inherited from class org.keycloak.models.AbstractConfigpersistRealmAttribute, persistRealmAttribute
 
- 
 
- 
- 
- 
Field Detail- 
PAR_REQUEST_URI_LIFESPANpublic static final String PAR_REQUEST_URI_LIFESPAN - See Also:
- Constant Field Values
 
 - 
DEFAULT_PAR_REQUEST_URI_LIFESPANpublic static final int DEFAULT_PAR_REQUEST_URI_LIFESPAN - See Also:
- Constant Field Values
 
 - 
REQUIRE_PUSHED_AUTHORIZATION_REQUESTSpublic static final String REQUIRE_PUSHED_AUTHORIZATION_REQUESTS - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ParConfigpublic ParConfig(RealmModel realm) 
 
- 
 - 
Method Detail- 
getRequestUriLifespanpublic int getRequestUriLifespan() 
 - 
setRequestUriLifespanpublic void setRequestUriLifespan(String requestUriLifespan) 
 - 
setRequestUriLifespanpublic void setRequestUriLifespan(Integer requestUriLifespan) 
 - 
isRequirePushedAuthorizationRequestspublic boolean isRequirePushedAuthorizationRequests(ClientModel client) 
 
- 
 
-