Class OxdSettings


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2021-07-18T14:15:05.565Z")
    public class OxdSettings
    extends Object
    OxdSettings
    • Constructor Detail

      • OxdSettings

        public OxdSettings()
    • Method Detail

      • getProtocol

        public String getProtocol()
        Get protocol
        Returns:
        protocol
      • setProtocol

        public void setProtocol​(String protocol)
      • getHost

        public String getHost()
        Get host
        Returns:
        host
      • setHost

        public void setHost​(String host)
      • getPort

        public String getPort()
        Get port
        Returns:
        port
      • setPort

        public void setPort​(String port)
      • getScopes

        public List<String> getScopes()
        Get scopes
        Returns:
        scopes
      • setScopes

        public void setScopes​(List<String> scopes)
      • frontchannelLogoutUri

        public OxdSettings frontchannelLogoutUri​(String frontchannelLogoutUri)
      • getFrontchannelLogoutUri

        public String getFrontchannelLogoutUri()
        Get frontchannelLogoutUri
        Returns:
        frontchannelLogoutUri
      • setFrontchannelLogoutUri

        public void setFrontchannelLogoutUri​(String frontchannelLogoutUri)
      • getPostLogoutUri

        public String getPostLogoutUri()
        Get postLogoutUri
        Returns:
        postLogoutUri
      • setPostLogoutUri

        public void setPostLogoutUri​(String postLogoutUri)
      • authzRedirectUri

        public OxdSettings authzRedirectUri​(String authzRedirectUri)
      • getAuthzRedirectUri

        public String getAuthzRedirectUri()
        Get authzRedirectUri
        Returns:
        authzRedirectUri
      • setAuthzRedirectUri

        public void setAuthzRedirectUri​(String authzRedirectUri)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object