Class OIDCC4UIProviderTO

java.lang.Object
org.apache.syncope.common.lib.to.ItemContainer
org.apache.syncope.common.lib.to.OIDCC4UIProviderTO
All Implemented Interfaces:
Serializable, BaseBean, EntityTO

public class OIDCC4UIProviderTO extends ItemContainer implements EntityTO
See Also:
  • Constructor Details

    • OIDCC4UIProviderTO

      public OIDCC4UIProviderTO()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface EntityTO
    • setKey

      @PathParam("key") public void setKey(String key)
      Specified by:
      setKey in interface EntityTO
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getClientID

      public String getClientID()
    • setClientID

      public void setClientID(String clientID)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • getAuthorizationEndpoint

      public String getAuthorizationEndpoint()
    • setAuthorizationEndpoint

      public void setAuthorizationEndpoint(String authorizationEndpoint)
    • getTokenEndpoint

      public String getTokenEndpoint()
    • setTokenEndpoint

      public void setTokenEndpoint(String tokenEndpoint)
    • getJwksUri

      public String getJwksUri()
    • setJwksUri

      public void setJwksUri(String jwksUri)
    • getIssuer

      public String getIssuer()
    • setIssuer

      public void setIssuer(String issuer)
    • getUserinfoEndpoint

      public String getUserinfoEndpoint()
    • setUserinfoEndpoint

      public void setUserinfoEndpoint(String userinfoEndpoint)
    • getEndSessionEndpoint

      public String getEndSessionEndpoint()
    • setEndSessionEndpoint

      public void setEndSessionEndpoint(String endSessionEndpoint)
    • getScopes

      public List<String> getScopes()
    • getUserTemplate

      public UserTO getUserTemplate()
    • getHasDiscovery

      public boolean getHasDiscovery()
    • setHasDiscovery

      public void setHasDiscovery(boolean hasDiscovery)
    • setUserTemplate

      public void setUserTemplate(UserTO userTemplate)
    • isCreateUnmatching

      public boolean isCreateUnmatching()
    • setCreateUnmatching

      public void setCreateUnmatching(boolean createUnmatching)
    • isUpdateMatching

      public boolean isUpdateMatching()
    • setUpdateMatching

      public void setUpdateMatching(boolean updateMatching)
    • isSelfRegUnmatching

      public boolean isSelfRegUnmatching()
    • setSelfRegUnmatching

      public void setSelfRegUnmatching(boolean selfRegUnmatching)
    • getActions

      public List<String> getActions()