public class AuthorizationMetadataService extends Object
Constructor and Description |
---|
AuthorizationMetadataService() |
@GET @Path(value="oauth-authorization-server") @Produces(value="application/json") public String getConfiguration(@Context javax.ws.rs.core.UriInfo ui)
protected void prepareConfigurationData(Map<String,Object> cfg, String baseUri)
protected static String calculateEndpointAddress(String endpointAddress, String baseUri, String defRelAddress)
public void setIssuer(String issuer)
public void setAuthorizationEndpointAddress(String authorizationEndpointAddress)
public void setTokenEndpointAddress(String tokenEndpointAddress)
public void setJwkEndpointAddress(String jwkEndpointAddress)
public void setTokenRevocationEndpointAddress(String tokenRevocationEndpointAddress)
public void setTokenRevocationEndpointNotAvailable(boolean tokenRevocationEndpointNotAvailable)
public boolean isTokenRevocationEndpointNotAvailable()
public void setJwkEndpointNotAvailable(boolean jwkEndpointNotAvailable)
public boolean isJwkEndpointNotAvailable()
public boolean isTokenEndpointNotAvailable()
public void setTokenEndpointNotAvailable(boolean tokenEndpointNotAvailable)
public boolean isDynamicRegistrationEndpointNotAvailable()
public void setDynamicRegistrationEndpointNotAvailable(boolean dynamicRegistrationEndpointNotAvailable)
public String getDynamicRegistrationEndpointAddress()
public void setDynamicRegistrationEndpointAddress(String dynamicRegistrationEndpointAddress)
public void setStripPathFromIssuerUri(boolean stripPathFromIssuerUri)
Apache CXF