public class OIDCAdvancedConfigWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_OBJECT_REQUIRED_REQUEST |
static String |
REQUEST_OBJECT_REQUIRED_REQUEST_OR_REQUEST_URI |
static String |
REQUEST_OBJECT_REQUIRED_REQUEST_URI |
| Modifier and Type | Method and Description |
|---|---|
static OIDCAdvancedConfigWrapper |
fromClientModel(ClientModel client) |
static OIDCAdvancedConfigWrapper |
fromClientRepresentation(ClientRepresentation clientRep) |
String |
getJwksUrl() |
String |
getRequestObjectRequired() |
Algorithm |
getRequestObjectSignatureAlg() |
Algorithm |
getUserInfoSignedResponseAlg() |
boolean |
isExcludeSessionStateFromAuthResponse() |
boolean |
isUseJwksUrl() |
boolean |
isUseMtlsHokToken() |
boolean |
isUserInfoSignatureRequired() |
void |
setExcludeSessionStateFromAuthResponse(boolean excludeSessionStateFromAuthResponse) |
void |
setJwksUrl(String jwksUrl) |
void |
setRequestObjectRequired(String requestObjectRequired) |
void |
setRequestObjectSignatureAlg(Algorithm alg) |
void |
setUseJwksUrl(boolean useJwksUrl) |
void |
setUseMtlsHoKToken(boolean useUtlsHokToken) |
void |
setUserInfoSignedResponseAlg(Algorithm alg) |
public static final String REQUEST_OBJECT_REQUIRED_REQUEST_OR_REQUEST_URI
public static final String REQUEST_OBJECT_REQUIRED_REQUEST
public static final String REQUEST_OBJECT_REQUIRED_REQUEST_URI
public static OIDCAdvancedConfigWrapper fromClientModel(ClientModel client)
public static OIDCAdvancedConfigWrapper fromClientRepresentation(ClientRepresentation clientRep)
public Algorithm getUserInfoSignedResponseAlg()
public void setUserInfoSignedResponseAlg(Algorithm alg)
public boolean isUserInfoSignatureRequired()
public Algorithm getRequestObjectSignatureAlg()
public void setRequestObjectSignatureAlg(Algorithm alg)
public String getRequestObjectRequired()
public void setRequestObjectRequired(String requestObjectRequired)
public boolean isUseJwksUrl()
public void setUseJwksUrl(boolean useJwksUrl)
public String getJwksUrl()
public void setJwksUrl(String jwksUrl)
public boolean isExcludeSessionStateFromAuthResponse()
public void setExcludeSessionStateFromAuthResponse(boolean excludeSessionStateFromAuthResponse)
public boolean isUseMtlsHokToken()
public void setUseMtlsHoKToken(boolean useUtlsHokToken)
Copyright © 2018 JBoss by Red Hat. All rights reserved.