public class ParConfig extends AbstractConfig
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PAR_REQUEST_URI_LIFESPAN |
static String |
PAR_REQUEST_URI_LIFESPAN |
static String |
REQUIRE_PUSHED_AUTHORIZATION_REQUESTS |
realm, realmForWrite
Constructor and Description |
---|
ParConfig(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
int |
getRequestUriLifespan() |
boolean |
isRequirePushedAuthorizationRequests(ClientModel client) |
void |
setRequestUriLifespan(Integer requestUriLifespan) |
void |
setRequestUriLifespan(String requestUriLifespan) |
persistRealmAttribute, persistRealmAttribute
public static final String PAR_REQUEST_URI_LIFESPAN
public static final int DEFAULT_PAR_REQUEST_URI_LIFESPAN
public static final String REQUIRE_PUSHED_AUTHORIZATION_REQUESTS
public ParConfig(RealmModel realm)
public int getRequestUriLifespan()
public void setRequestUriLifespan(String requestUriLifespan)
public void setRequestUriLifespan(Integer requestUriLifespan)
public boolean isRequirePushedAuthorizationRequests(ClientModel client)
Copyright © 2021 JBoss by Red Hat. All rights reserved.