public class OIDCAdvancedConfigWrapper extends Object
| Modifier and Type | Method and Description |
|---|---|
static OIDCAdvancedConfigWrapper |
fromClientModel(ClientModel client) |
static OIDCAdvancedConfigWrapper |
fromClientRepresentation(ClientRepresentation clientRep) |
String |
getJwksUrl() |
Algorithm |
getRequestObjectSignatureAlg() |
Algorithm |
getUserInfoSignedResponseAlg() |
boolean |
isUseJwksUrl() |
boolean |
isUserInfoSignatureRequired() |
void |
setJwksUrl(String jwksUrl) |
void |
setRequestObjectSignatureAlg(Algorithm alg) |
void |
setUseJwksUrl(boolean useJwksUrl) |
void |
setUserInfoSignedResponseAlg(Algorithm alg) |
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 boolean isUseJwksUrl()
public void setUseJwksUrl(boolean useJwksUrl)
public String getJwksUrl()
public void setJwksUrl(String jwksUrl)
Copyright © 2016 JBoss by Red Hat. All rights reserved.