Class Auth


  • public class Auth
    extends Object
    Class to parse the part of infobase configuration file into an object.
    • Constructor Detail

      • Auth

        public Auth()
    • Method Detail

      • copy

        public Auth copy()
        Creates a copy of the instance.
        Returns:
        the copy instance, never null
      • getVersion

        public String getVersion()
        Returns:
        version, never null
      • setVersion

        public void setVersion​(String version)
        Set exitUrl
        Parameters:
        exitUrl - to set, cannot be null
      • getUrl

        public String getUrl()
        Returns:
        url, never null
      • setUrl

        public void setUrl​(String url)
        Set exitUrl
        Parameters:
        exitUrl - to set, cannot be null
      • getLifetime

        public int getLifetime()
        Returns:
        lifetime, never null
      • setLifetime

        public void setLifetime​(int lifetime)
        Set lifetime
        Parameters:
        lifetime - to set, cannot be null
      • getReturnTo

        public List<String> getReturnTo()
        Returns:
        returnTo, never null
      • setReturnTo

        public void setReturnTo​(List<String> returnTo)
        Set returnTo
        Parameters:
        returnTo - to set, cannot be null
      • getProviders

        public String getProviders()
        Returns:
        providers, never null
      • setProviders

        public void setProviders​(String providers)
        Set providers
        Parameters:
        providers - to set, cannot be null
      • getAllowStandard

        public String getAllowStandard()
        Returns:
        allowStandard, never null
      • setAllowStandard

        public void setAllowStandard​(String allowStandard)
        Set allowStandard
        Parameters:
        allowStandard - to set, cannot be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object