Class ResourceServer
java.lang.Object
com.auth0.json.mgmt.resourceserver.ResourceServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()isSystem()voidsetAllowOfflineAccess(Boolean allowOfflineAccess) voidsetAuthorizationDetails(List<AuthorizationDetails> authorizationDetails) Sets the value of theauthorization_detailsfield.voidsetConsentPolicy(String consentPolicy) Sets the value of theconsent_policyfieldvoidsetEnforcePolicies(Boolean enforcePolicies) voidvoidvoidsetProofOfPossession(ProofOfPossession proofOfPossession) Sets the value of theproof_of_possessionfield.voidvoidsetSigningAlgorithm(String signingAlgorithm) voidsetSigningSecret(String signingSecret) voidsetSkipConsentForVerifiableFirstPartyClients(Boolean skipConsentForVerifiableFirstPartyClients) voidsetTokenDialect(String tokenDialect) voidsetTokenEncryption(TokenEncryption tokenEncryption) Sets the value of thetoken_encryptionfield.voidsetTokenLifetime(Integer tokenLifetime) voidsetTokenLifetimeForWeb(Integer tokenLifetimeForWeb) voidsetVerificationLocation(String verificationLocation)
-
Constructor Details
-
ResourceServer
-
ResourceServer
public ResourceServer()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
isSystem
-
enforcePolicies
-
setEnforcePolicies
-
getIdentifier
-
getScopes
-
setScopes
-
getSigningAlgorithm
-
setSigningAlgorithm
-
getSigningSecret
-
setSigningSecret
-
getAllowOfflineAccess
-
setAllowOfflineAccess
-
getSkipConsentForVerifiableFirstPartyClients
-
setSkipConsentForVerifiableFirstPartyClients
public void setSkipConsentForVerifiableFirstPartyClients(Boolean skipConsentForVerifiableFirstPartyClients) -
getTokenLifetime
-
setTokenLifetime
-
getTokenDialect
-
setTokenDialect
-
getVerificationLocation
-
setVerificationLocation
-
getTokenLifetimeForWeb
-
setTokenLifetimeForWeb
-
getConsentPolicy
- Returns:
- the value of the
consent_policyfield.
-
setConsentPolicy
Sets the value of theconsent_policyfield- Parameters:
consentPolicy- the value of theconsent_policyfield
-
getAuthorizationDetails
- Returns:
- the value of the
authorization_detailsfield.
-
setAuthorizationDetails
Sets the value of theauthorization_detailsfield.- Parameters:
authorizationDetails- the value of theauthorization_detailsfield.
-
getTokenEncryption
- Returns:
- the value of the
token_encryptionfield.
-
setTokenEncryption
Sets the value of thetoken_encryptionfield.- Parameters:
tokenEncryption- the value of thetoken_encryptionfield.
-
getProofOfPossession
- Returns:
- the value of the
proof_of_possessionfield.
-
setProofOfPossession
Sets the value of theproof_of_possessionfield.- Parameters:
proofOfPossession- the value of theproof_of_possessionfield.
-