Class ClientEntity


  • @Entity
    public class ClientEntity
    extends Object
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Constructor Detail

      • ClientEntity

        public ClientEntity()
    • Method Detail

      • getRealmId

        public String getRealmId()
      • setRealmId

        public void setRealmId​(String realmId)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • isAlwaysDisplayInConsole

        public boolean isAlwaysDisplayInConsole()
      • setAlwaysDisplayInConsole

        public void setAlwaysDisplayInConsole​(boolean alwaysDisplayInConsole)
      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getWebOrigins

        public Set<String> getWebOrigins()
      • setWebOrigins

        public void setWebOrigins​(Set<String> webOrigins)
      • getRedirectUris

        public Set<String> getRedirectUris()
      • setRedirectUris

        public void setRedirectUris​(Set<String> redirectUris)
      • getClientAuthenticatorType

        public String getClientAuthenticatorType()
      • setClientAuthenticatorType

        public void setClientAuthenticatorType​(String clientAuthenticatorType)
      • getSecret

        public String getSecret()
      • setSecret

        public void setSecret​(String secret)
      • getRegistrationToken

        public String getRegistrationToken()
      • setRegistrationToken

        public void setRegistrationToken​(String registrationToken)
      • getNotBefore

        public int getNotBefore()
      • setNotBefore

        public void setNotBefore​(int notBefore)
      • isPublicClient

        public boolean isPublicClient()
      • setPublicClient

        public void setPublicClient​(boolean publicClient)
      • isFullScopeAllowed

        public boolean isFullScopeAllowed()
      • setFullScopeAllowed

        public void setFullScopeAllowed​(boolean fullScopeAllowed)
      • setAuthFlowBindings

        public void setAuthFlowBindings​(Map<String,​String> authFlowBindings)
      • getProtocol

        public String getProtocol()
      • setProtocol

        public void setProtocol​(String protocol)
      • isFrontchannelLogout

        public boolean isFrontchannelLogout()
      • setFrontchannelLogout

        public void setFrontchannelLogout​(boolean frontchannelLogout)
      • isSurrogateAuthRequired

        public boolean isSurrogateAuthRequired()
      • setSurrogateAuthRequired

        public void setSurrogateAuthRequired​(boolean surrogateAuthRequired)
      • getRootUrl

        public String getRootUrl()
      • setRootUrl

        public void setRootUrl​(String rootUrl)
      • getBaseUrl

        public String getBaseUrl()
      • setBaseUrl

        public void setBaseUrl​(String baseUrl)
      • getManagementUrl

        public String getManagementUrl()
      • setManagementUrl

        public void setManagementUrl​(String managementUrl)
      • isBearerOnly

        public boolean isBearerOnly()
      • setBearerOnly

        public void setBearerOnly​(boolean bearerOnly)
      • isConsentRequired

        public boolean isConsentRequired()
      • setConsentRequired

        public void setConsentRequired​(boolean consentRequired)
      • isStandardFlowEnabled

        public boolean isStandardFlowEnabled()
      • setStandardFlowEnabled

        public void setStandardFlowEnabled​(boolean standardFlowEnabled)
      • isImplicitFlowEnabled

        public boolean isImplicitFlowEnabled()
      • setImplicitFlowEnabled

        public void setImplicitFlowEnabled​(boolean implicitFlowEnabled)
      • isDirectAccessGrantsEnabled

        public boolean isDirectAccessGrantsEnabled()
      • setDirectAccessGrantsEnabled

        public void setDirectAccessGrantsEnabled​(boolean directAccessGrantsEnabled)
      • isServiceAccountsEnabled

        public boolean isServiceAccountsEnabled()
      • setServiceAccountsEnabled

        public void setServiceAccountsEnabled​(boolean serviceAccountsEnabled)
      • getNodeReRegistrationTimeout

        public int getNodeReRegistrationTimeout()
      • setNodeReRegistrationTimeout

        public void setNodeReRegistrationTimeout​(int nodeReRegistrationTimeout)
      • setRegisteredNodes

        public void setRegisteredNodes​(Map<String,​Integer> registeredNodes)
      • getScopeMappingIds

        public Set<String> getScopeMappingIds()
      • setScopeMapping

        public void setScopeMapping​(Set<String> scopeMappingIds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object