Class SAML2SP4UIIdPTO

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

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

    • SAML2SP4UIIdPTO

      public SAML2SP4UIIdPTO()
  • 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
    • getEntityID

      public String getEntityID()
    • setEntityID

      public void setEntityID(String entityID)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • getBindingType

      public SAML2BindingType getBindingType()
    • setBindingType

      public void setBindingType(SAML2BindingType bindingType)
    • isLogoutSupported

      public boolean isLogoutSupported()
    • setLogoutSupported

      public void setLogoutSupported(boolean logoutSupported)
    • getRequestedAuthnContextProvider

      public String getRequestedAuthnContextProvider()
    • setRequestedAuthnContextProvider

      public void setRequestedAuthnContextProvider(String requestedAuthnContextProvider)
    • isCreateUnmatching

      public boolean isCreateUnmatching()
    • setCreateUnmatching

      public void setCreateUnmatching(boolean createUnmatching)
    • isSelfRegUnmatching

      public boolean isSelfRegUnmatching()
    • setSelfRegUnmatching

      public void setSelfRegUnmatching(boolean selfRegUnmatching)
    • isUpdateMatching

      public boolean isUpdateMatching()
    • setUpdateMatching

      public void setUpdateMatching(boolean updateMatching)
    • getUserTemplate

      public UserTO getUserTemplate()
    • setUserTemplate

      public void setUserTemplate(UserTO userTemplate)
    • getActions

      public List<String> getActions()