Class SAML2IpConfigStringPlugin
- java.lang.Object
-
- io.vertigo.connectors.saml2.plugins.ip.SAML2IpConfigStringPlugin
-
- All Implemented Interfaces:
SAML2IpConfigPlugin,io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Plugin
- Direct Known Subclasses:
SAML2IpConfigFilePlugin
public class SAML2IpConfigStringPlugin extends Object implements SAML2IpConfigPlugin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLoginUrl()StringgetLogoutUrl()List<org.opensaml.security.credential.Credential>getPublicCredentials()
-
-
-
Method Detail
-
getLoginUrl
public String getLoginUrl()
- Specified by:
getLoginUrlin interfaceSAML2IpConfigPlugin
-
getLogoutUrl
public String getLogoutUrl()
- Specified by:
getLogoutUrlin interfaceSAML2IpConfigPlugin
-
getPublicCredentials
public List<org.opensaml.security.credential.Credential> getPublicCredentials()
- Specified by:
getPublicCredentialsin interfaceSAML2IpConfigPlugin
-
-