public class ServerConfiguration extends Object
Constructor and Description |
---|
ServerConfiguration() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAatGrantTypes() |
Set<String> |
getAatProfiles() |
URI |
getAuthorizationEndpoint() |
Set<String> |
getClaimTokenProfiles() |
URI |
getDynamicClientEndpoint() |
URI |
getIntrospectionEndpoint() |
URI |
getIssuer() |
Set<String> |
getPatGrantTypes() |
Set<String> |
getPatProfiles() |
URI |
getPermissionRegistrationEndpoint() |
String |
getRealm() |
String |
getRealmPublicKey() |
URI |
getRequestingPartyClaimsEndpoint() |
URI |
getResourceSetRegistrationEndpoint() |
URI |
getRptEndpoint() |
Set<String> |
getRptProfiles() |
URI |
getServerUrl() |
URI |
getTokenEndpoint() |
String |
getVersion() |
void |
setRealm(String realm) |
void |
setRealmPublicKey(String realmPublicKey) |
void |
setServerUrl(URI serverUrl) |
public String getVersion()
public URI getIssuer()
public URI getDynamicClientEndpoint()
public URI getTokenEndpoint()
public URI getAuthorizationEndpoint()
public URI getRequestingPartyClaimsEndpoint()
public URI getResourceSetRegistrationEndpoint()
public URI getIntrospectionEndpoint()
public URI getPermissionRegistrationEndpoint()
public URI getRptEndpoint()
public String getRealm()
public void setRealm(String realm)
public String getRealmPublicKey()
public void setRealmPublicKey(String realmPublicKey)
public URI getServerUrl()
public void setServerUrl(URI serverUrl)
Copyright © 2019 JBoss by Red Hat. All rights reserved.