public class WellknownFile extends Object
| Constructor and Description |
|---|
WellknownFile() |
public void init(Router router, OAuth2AuthorizationServerInterceptor oasi) throws IOException
IOExceptionpublic void init(Router router) throws IOException
IOExceptionprotected String getAuthorizationEndpoint()
protected void setAuthorizationEndpoint(String authorizationEndpoint)
protected String getIssuer()
protected void setIssuer(String issuer)
protected String getTokenEndpoint()
protected void setTokenEndpoint(String tokenEndpoint)
protected String getUserinfoEndpoint()
protected void setUserinfoEndpoint(String userinfoEndpoint)
protected String getRevocationEndpoint()
protected void setRevocationEndpoint(String revocationEndpoint)
protected String getJwksUri()
protected void setJwksUri(String jwksUri)
protected String getSupportedResponseTypes()
protected void setSupportedResponseTypes(HashSet<String> supportedResponseTypes) throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected void setSupportedResponseTypes(String supportedResponseTypes)
protected String getSupportedSubjectType()
protected void setSupportedSubjectType(String supportedSubjectType)
protected String getSupportedIdTokenSigningAlgValues()
protected void setSupportedIdTokenSigningAlgValues(String supportedIdTokenSigningAlgValues)
protected String getSupportedScopes()
protected void setSupportedScopes(String supportedScopes)
protected String getSupportedTokenEndpointAuthMethods()
protected void setSupportedTokenEndpointAuthMethods(String supportedTokenEndpointAuthMethods)
protected String getSupportedClaims()
protected void setSupportedClaims(String supportedClaims)
public String getWellknown()
public void setWellknown(String wellknown)
Copyright © 2022. All Rights Reserved.