Class IdentityServiceConfig

java.lang.Object
org.alfresco.repo.security.authentication.identityservice.IdentityServiceConfig
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class IdentityServiceConfig extends Object implements org.springframework.beans.factory.InitializingBean
Class to hold configuration for the Identity Service.
Author:
Gavin Cornwell
  • Constructor Details

    • IdentityServiceConfig

      public IdentityServiceConfig()
  • Method Details

    • setGlobalProperties

      public void setGlobalProperties(Properties globalProperties)
    • getClientConnectionTimeout

      public int getClientConnectionTimeout()
      Returns:
      Client connection timeout in milliseconds.
    • setClientConnectionTimeout

      public void setClientConnectionTimeout(int clientConnectionTimeout)
      Parameters:
      clientConnectionTimeout - Client connection timeout in milliseconds.
    • getClientSocketTimeout

      public int getClientSocketTimeout()
      Returns:
      Client socket timeout in milliseconds.s
    • setClientSocketTimeout

      public void setClientSocketTimeout(int clientSocketTimeout)
      Parameters:
      clientSocketTimeout - Client socket timeout in milliseconds.
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getAuthServerUrl

      public String getAuthServerUrl()
    • setAuthServerUrl

      public void setAuthServerUrl(String authServerUrl)
    • getRealm

      public String getRealm()
    • setRealm

      public void setRealm(String realm)
    • getResource

      public String getResource()
    • setResource

      public void setResource(String resource)
    • getClientSecret

      public String getClientSecret()
    • getIssuerUrl

      public String getIssuerUrl()