public class ServerConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerConfiguration.UserInfoTokenMethod |
| Constructor and Description |
|---|
ServerConfiguration() |
public ServerConfiguration()
public String getAuthorizationEndpointUri()
public void setAuthorizationEndpointUri(String authorizationEndpointUri)
authorizationEndpointUri - the authorizationEndpointUri to setpublic String getTokenEndpointUri()
public void setTokenEndpointUri(String tokenEndpointUri)
tokenEndpointUri - the tokenEndpointUri to setpublic String getRegistrationEndpointUri()
public void setRegistrationEndpointUri(String registrationEndpointUri)
registrationEndpointUri - the registrationEndpointUri to setpublic String getJwksUri()
public void setJwksUri(String jwksUri)
jwksUri - the jwksUri to setpublic String getUserInfoUri()
public void setUserInfoUri(String userInfoUri)
userInfoUri - the userInfoUri to setpublic String getIntrospectionEndpointUri()
public void setIntrospectionEndpointUri(String introspectionEndpointUri)
introspectionEndpointUri - the introspectionEndpointUri to setpublic String getCheckSessionIframe()
public void setCheckSessionIframe(String checkSessionIframe)
checkSessionIframe - the checkSessionIframe to setpublic String getEndSessionEndpoint()
public void setEndSessionEndpoint(String endSessionEndpoint)
endSessionEndpoint - the endSessionEndpoint to setpublic List<String> getScopesSupported()
public void setScopesSupported(List<String> scopesSupported)
scopesSupported - the scopesSupported to setpublic List<String> getResponseTypesSupported()
public void setResponseTypesSupported(List<String> responseTypesSupported)
responseTypesSupported - the responseTypesSupported to setpublic List<String> getGrantTypesSupported()
public void setGrantTypesSupported(List<String> grantTypesSupported)
grantTypesSupported - the grantTypesSupported to setpublic List<String> getAcrValuesSupported()
public void setAcrValuesSupported(List<String> acrValuesSupported)
acrValuesSupported - the acrValuesSupported to setpublic List<String> getSubjectTypesSupported()
public void setSubjectTypesSupported(List<String> subjectTypesSupported)
subjectTypesSupported - the subjectTypesSupported to setpublic List<com.nimbusds.jose.JWSAlgorithm> getUserinfoSigningAlgValuesSupported()
public void setUserinfoSigningAlgValuesSupported(List<com.nimbusds.jose.JWSAlgorithm> userinfoSigningAlgValuesSupported)
userinfoSigningAlgValuesSupported - the userinfoSigningAlgValuesSupported to setpublic List<com.nimbusds.jose.JWEAlgorithm> getUserinfoEncryptionAlgValuesSupported()
public void setUserinfoEncryptionAlgValuesSupported(List<com.nimbusds.jose.JWEAlgorithm> userinfoEncryptionAlgValuesSupported)
userinfoEncryptionAlgValuesSupported - the userinfoEncryptionAlgValuesSupported to setpublic List<com.nimbusds.jose.EncryptionMethod> getUserinfoEncryptionEncValuesSupported()
public void setUserinfoEncryptionEncValuesSupported(List<com.nimbusds.jose.EncryptionMethod> userinfoEncryptionEncValuesSupported)
userinfoEncryptionEncValuesSupported - the userinfoEncryptionEncValuesSupported to setpublic List<com.nimbusds.jose.JWSAlgorithm> getIdTokenSigningAlgValuesSupported()
public void setIdTokenSigningAlgValuesSupported(List<com.nimbusds.jose.JWSAlgorithm> idTokenSigningAlgValuesSupported)
idTokenSigningAlgValuesSupported - the idTokenSigningAlgValuesSupported to setpublic List<com.nimbusds.jose.JWEAlgorithm> getIdTokenEncryptionAlgValuesSupported()
public void setIdTokenEncryptionAlgValuesSupported(List<com.nimbusds.jose.JWEAlgorithm> idTokenEncryptionAlgValuesSupported)
idTokenEncryptionAlgValuesSupported - the idTokenEncryptionAlgValuesSupported to setpublic List<com.nimbusds.jose.EncryptionMethod> getIdTokenEncryptionEncValuesSupported()
public void setIdTokenEncryptionEncValuesSupported(List<com.nimbusds.jose.EncryptionMethod> idTokenEncryptionEncValuesSupported)
idTokenEncryptionEncValuesSupported - the idTokenEncryptionEncValuesSupported to setpublic List<com.nimbusds.jose.JWSAlgorithm> getRequestObjectSigningAlgValuesSupported()
public void setRequestObjectSigningAlgValuesSupported(List<com.nimbusds.jose.JWSAlgorithm> requestObjectSigningAlgValuesSupported)
requestObjectSigningAlgValuesSupported - the requestObjectSigningAlgValuesSupported to setpublic List<com.nimbusds.jose.JWEAlgorithm> getRequestObjectEncryptionAlgValuesSupported()
public void setRequestObjectEncryptionAlgValuesSupported(List<com.nimbusds.jose.JWEAlgorithm> requestObjectEncryptionAlgValuesSupported)
requestObjectEncryptionAlgValuesSupported - the requestObjectEncryptionAlgValuesSupported to setpublic List<com.nimbusds.jose.EncryptionMethod> getRequestObjectEncryptionEncValuesSupported()
public void setRequestObjectEncryptionEncValuesSupported(List<com.nimbusds.jose.EncryptionMethod> requestObjectEncryptionEncValuesSupported)
requestObjectEncryptionEncValuesSupported - the requestObjectEncryptionEncValuesSupported to setpublic List<String> getTokenEndpointAuthMethodsSupported()
public void setTokenEndpointAuthMethodsSupported(List<String> tokenEndpointAuthMethodsSupported)
tokenEndpointAuthMethodsSupported - the tokenEndpointAuthMethodsSupported to setpublic List<com.nimbusds.jose.JWSAlgorithm> getTokenEndpointAuthSigningAlgValuesSupported()
public void setTokenEndpointAuthSigningAlgValuesSupported(List<com.nimbusds.jose.JWSAlgorithm> tokenEndpointAuthSigningAlgValuesSupported)
tokenEndpointAuthSigningAlgValuesSupported - the tokenEndpointAuthSigningAlgValuesSupported to setpublic List<String> getDisplayValuesSupported()
public void setDisplayValuesSupported(List<String> displayValuesSupported)
displayValuesSupported - the displayValuesSupported to setpublic List<String> getClaimTypesSupported()
public void setClaimTypesSupported(List<String> claimTypesSupported)
claimTypesSupported - the claimTypesSupported to setpublic List<String> getClaimsSupported()
public void setClaimsSupported(List<String> claimsSupported)
claimsSupported - the claimsSupported to setpublic String getServiceDocumentation()
public void setServiceDocumentation(String serviceDocumentation)
serviceDocumentation - the serviceDocumentation to setpublic List<String> getClaimsLocalesSupported()
public void setClaimsLocalesSupported(List<String> claimsLocalesSupported)
claimsLocalesSupported - the claimsLocalesSupported to setpublic List<String> getUiLocalesSupported()
public void setUiLocalesSupported(List<String> uiLocalesSupported)
uiLocalesSupported - the uiLocalesSupported to setpublic Boolean getClaimsParameterSupported()
public void setClaimsParameterSupported(Boolean claimsParameterSupported)
claimsParameterSupported - the claimsParameterSupported to setpublic Boolean getRequestParameterSupported()
public void setRequestParameterSupported(Boolean requestParameterSupported)
requestParameterSupported - the requestParameterSupported to setpublic Boolean getRequestUriParameterSupported()
public void setRequestUriParameterSupported(Boolean requestUriParameterSupported)
requestUriParameterSupported - the requestUriParameterSupported to setpublic Boolean getRequireRequestUriRegistration()
public void setRequireRequestUriRegistration(Boolean requireRequestUriRegistration)
requireRequestUriRegistration - the requireRequestUriRegistration to setpublic String getOpPolicyUri()
public void setOpPolicyUri(String opPolicyUri)
opPolicyUri - the opPolicyUri to setpublic String getOpTosUri()
public void setOpTosUri(String opTosUri)
opTosUri - the opTosUri to setpublic String getRevocationEndpointUri()
public void setRevocationEndpointUri(String revocationEndpointUri)
public ServerConfiguration.UserInfoTokenMethod getUserInfoTokenMethod()
public void setUserInfoTokenMethod(ServerConfiguration.UserInfoTokenMethod userInfoTokenMethod)
Copyright © 2022. All rights reserved.