Class OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,​? extends IFileDataEntity<?>>>>

    • Constructor Detail

      • OIDCWrapper

        public OIDCWrapper​(T authenticator)
        Deprecated.
    • Method Detail

      • getClientID

        public String getClientID()
        Deprecated.
      • setAuthenticationMethod

        public void setAuthenticationMethod​(String authenticationMethod)
        Deprecated.
      • getAuthenticationMethod

        public String getAuthenticationMethod()
        Deprecated.
      • setJwtAlgorithm

        public void setJwtAlgorithm​(String jwtAlgorithm)
        Deprecated.
      • getJwtAlgorithm

        public String getJwtAlgorithm()
        Deprecated.
      • setAllowUnsignedIdTokens

        public void setAllowUnsignedIdTokens​(boolean allow)
        Deprecated.
      • getAllowUnsignedIdTokens

        public boolean getAllowUnsignedIdTokens()
        Deprecated.
      • setResponseType

        public void setResponseType​(String responseType)
        Deprecated.
      • getResponseType

        public String getResponseType()
        Deprecated.
      • setMaxAuthAge

        public void setMaxAuthAge​(Integer maxAuthAge)
        Deprecated.
      • getMaxAuthAge

        public Integer getMaxAuthAge()
        Deprecated.
      • setResponseMode

        public void setResponseMode​(String responseMode)
        Deprecated.
      • getResponseMode

        public String getResponseMode()
        Deprecated.
      • setConnectionTimeout

        public void setConnectionTimeout​(int connectionTimeout)
        Deprecated.
      • getConnectionTimeout

        public int getConnectionTimeout()
        Deprecated.
      • setMaxClockSkew

        public void setMaxClockSkew​(int maxClockSkew)
        Deprecated.
      • getMaxClockSkew

        public int getMaxClockSkew()
        Deprecated.
      • setClientID

        public void setClientID​(String clientID)
        Deprecated.
      • getClientSecret

        public String getClientSecret()
        Deprecated.
      • setClientSecret

        public void setClientSecret​(String clientSecret)
        Deprecated.
      • getDiscoveryURI

        public String getDiscoveryURI()
        Deprecated.
      • setDiscoveryURI

        public void setDiscoveryURI​(String discoveryURI)
        Deprecated.
      • getScope

        public String getScope()
        Deprecated.
      • setScope

        public void setScope​(String scope)
        Deprecated.
      • getFurtherAttributes

        public Map<String,​String> getFurtherAttributes()
        Deprecated.
      • setFurtherAttributes

        public void setFurtherAttributes​(Map<String,​String> furtherAttributes)
        Deprecated.
      • getExpireSessionWithToken

        public boolean getExpireSessionWithToken()
        Deprecated.
      • setExpireSessionWithToken

        public void setExpireSessionWithToken​(boolean expireSession)
        Deprecated.
      • setTokenExpirationAdvance

        public void setTokenExpirationAdvance​(int tokenExpiration)
        Deprecated.
      • getTokenExpirationAdvance

        public int getTokenExpirationAdvance()
        Deprecated.