Interface SAML2SP4UIIdP

All Superinterfaces:
Entity, Serializable
All Known Implementing Classes:
JPASAML2SP4UIIdP

public interface SAML2SP4UIIdP extends Entity
  • Method Details

    • getEntityID

      String getEntityID()
    • setEntityID

      void setEntityID(String entityID)
    • getName

      String getName()
    • setName

      void setName(String name)
    • getMetadata

      byte[] getMetadata()
    • setMetadata

      void setMetadata(byte[] metadata)
    • isLogoutSupported

      boolean isLogoutSupported()
    • setLogoutSupported

      void setLogoutSupported(boolean logoutSupported)
    • isCreateUnmatching

      boolean isCreateUnmatching()
    • setCreateUnmatching

      void setCreateUnmatching(boolean createUnmatching)
    • isSelfRegUnmatching

      boolean isSelfRegUnmatching()
    • setSelfRegUnmatching

      void setSelfRegUnmatching(boolean selfRegUnmatching)
    • isUpdateMatching

      boolean isUpdateMatching()
    • setUpdateMatching

      void setUpdateMatching(boolean updateMatching)
    • getBindingType

      SAML2BindingType getBindingType()
    • setBindingType

      void setBindingType(SAML2BindingType bindingType)
    • getRequestedAuthnContextProvider

      Implementation getRequestedAuthnContextProvider()
    • setRequestedAuthnContextProvider

      void setRequestedAuthnContextProvider(Implementation requestedAuthnContextProvider)
    • getUserTemplate

      SAML2SP4UIUserTemplate getUserTemplate()
    • setUserTemplate

      void setUserTemplate(SAML2SP4UIUserTemplate userTemplate)
    • getConnObjectKeyItem

      Optional<Item> getConnObjectKeyItem()
    • setConnObjectKeyItem

      void setConnObjectKeyItem(Item item)
    • getItems

      List<Item> getItems()
    • add

      boolean add(Implementation action)
    • getActions

      List<? extends Implementation> getActions()