Class ResourceServer

java.lang.Object
com.auth0.json.mgmt.resourceserver.ResourceServer

public class ResourceServer extends Object
  • Constructor Details

    • ResourceServer

      public ResourceServer(String identifier)
    • ResourceServer

      public ResourceServer()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isSystem

      public Boolean isSystem()
    • enforcePolicies

      public Boolean enforcePolicies()
    • setEnforcePolicies

      public void setEnforcePolicies(Boolean enforcePolicies)
    • getIdentifier

      public String getIdentifier()
    • getScopes

      public List<Scope> getScopes()
    • setScopes

      public void setScopes(List<Scope> scopes)
    • getSigningAlgorithm

      public String getSigningAlgorithm()
    • setSigningAlgorithm

      public void setSigningAlgorithm(String signingAlgorithm)
    • getSigningSecret

      public String getSigningSecret()
    • setSigningSecret

      public void setSigningSecret(String signingSecret)
    • getAllowOfflineAccess

      public Boolean getAllowOfflineAccess()
    • setAllowOfflineAccess

      public void setAllowOfflineAccess(Boolean allowOfflineAccess)
    • getSkipConsentForVerifiableFirstPartyClients

      public Boolean getSkipConsentForVerifiableFirstPartyClients()
    • setSkipConsentForVerifiableFirstPartyClients

      public void setSkipConsentForVerifiableFirstPartyClients(Boolean skipConsentForVerifiableFirstPartyClients)
    • getTokenLifetime

      public Integer getTokenLifetime()
    • setTokenLifetime

      public void setTokenLifetime(Integer tokenLifetime)
    • getTokenDialect

      public String getTokenDialect()
    • setTokenDialect

      public void setTokenDialect(String tokenDialect)
    • getVerificationLocation

      public String getVerificationLocation()
    • setVerificationLocation

      public void setVerificationLocation(String verificationLocation)
    • getTokenLifetimeForWeb

      public Integer getTokenLifetimeForWeb()
    • setTokenLifetimeForWeb

      public void setTokenLifetimeForWeb(Integer tokenLifetimeForWeb)
    • getConsentPolicy

      public String getConsentPolicy()
      Returns:
      the value of the consent_policy field.
    • setConsentPolicy

      public void setConsentPolicy(String consentPolicy)
      Sets the value of the consent_policy field
      Parameters:
      consentPolicy - the value of the consent_policy field
    • getAuthorizationDetails

      public List<AuthorizationDetails> getAuthorizationDetails()
      Returns:
      the value of the authorization_details field.
    • setAuthorizationDetails

      public void setAuthorizationDetails(List<AuthorizationDetails> authorizationDetails)
      Sets the value of the authorization_details field.
      Parameters:
      authorizationDetails - the value of the authorization_details field.
    • getTokenEncryption

      public TokenEncryption getTokenEncryption()
      Returns:
      the value of the token_encryption field.
    • setTokenEncryption

      public void setTokenEncryption(TokenEncryption tokenEncryption)
      Sets the value of the token_encryption field.
      Parameters:
      tokenEncryption - the value of the token_encryption field.
    • getProofOfPossession

      public ProofOfPossession getProofOfPossession()
      Returns:
      the value of the proof_of_possession field.
    • setProofOfPossession

      public void setProofOfPossession(ProofOfPossession proofOfPossession)
      Sets the value of the proof_of_possession field.
      Parameters:
      proofOfPossession - the value of the proof_of_possession field.