Interface SAML2IpConfigPlugin

All Superinterfaces:
io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Plugin
All Known Implementing Classes:
SAML2IpConfigFilePlugin, SAML2IpConfigKeystorePlugin, SAML2IpConfigMetadataPlugin, SAML2IpConfigStringPlugin

public interface SAML2IpConfigPlugin extends io.vertigo.core.node.component.Plugin
  • Method Details

    • getLoginUrl

      String getLoginUrl()
    • getPublicCredentials

      List<org.opensaml.security.credential.Credential> getPublicCredentials()
    • getLogoutUrl

      String getLogoutUrl()