Interface OIDCC4UIProvider

    • Method Detail

      • setName

        void setName​(String entityID)
      • getClientID

        String getClientID()
      • setClientID

        void setClientID​(String clientId)
      • getClientSecret

        String getClientSecret()
      • setClientSecret

        void setClientSecret​(String clientSecret)
      • getAuthorizationEndpoint

        String getAuthorizationEndpoint()
      • setAuthorizationEndpoint

        void setAuthorizationEndpoint​(String authorizationEndpoint)
      • getTokenEndpoint

        String getTokenEndpoint()
      • setTokenEndpoint

        void setTokenEndpoint​(String tokenEndpoint)
      • getJwksUri

        String getJwksUri()
      • setJwksUri

        void setJwksUri​(String jwsUri)
      • getIssuer

        String getIssuer()
      • setIssuer

        void setIssuer​(String issuer)
      • getUserinfoEndpoint

        String getUserinfoEndpoint()
      • setUserinfoEndpoint

        void setUserinfoEndpoint​(String userinfoEndpoint)
      • getEndSessionEndpoint

        String getEndSessionEndpoint()
      • setEndSessionEndpoint

        void setEndSessionEndpoint​(String endSessionEndpoint)
      • setScopes

        void setScopes​(List<String> scopes)
      • getHasDiscovery

        boolean getHasDiscovery()
      • setHasDiscovery

        void setHasDiscovery​(boolean hasDiscovery)
      • isCreateUnmatching

        boolean isCreateUnmatching()
      • setCreateUnmatching

        void setCreateUnmatching​(boolean createUnmatching)
      • isSelfRegUnmatching

        boolean isSelfRegUnmatching()
      • setSelfRegUnmatching

        void setSelfRegUnmatching​(boolean selfRegUnmatching)
      • isUpdateMatching

        boolean isUpdateMatching()
      • setUpdateMatching

        void setUpdateMatching​(boolean updateMatching)
      • getConnObjectKeyItem

        Optional<Item> getConnObjectKeyItem()
      • setConnObjectKeyItem

        void setConnObjectKeyItem​(Item item)