Class SAML2SpKeyStringPlugin
- java.lang.Object
-
- io.vertigo.connectors.saml2.plugins.sp.SAML2SpKeyStringPlugin
-
- All Implemented Interfaces:
SAML2SpKeyPlugin,io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Plugin
- Direct Known Subclasses:
SAML2SpKeyFilePlugin
public class SAML2SpKeyStringPlugin extends Object implements SAML2SpKeyPlugin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.opensaml.security.credential.Credential>getCredentials()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertigo.connectors.saml2.SAML2SpKeyPlugin
getCredential
-
-
-
-
Method Detail
-
getCredentials
public List<org.opensaml.security.credential.Credential> getCredentials()
- Specified by:
getCredentialsin interfaceSAML2SpKeyPlugin
-
-