@Component public class SAML2SPLoader extends Object implements org.apache.syncope.core.persistence.api.SyncopeLoader
| Constructor and Description |
|---|
SAML2SPLoader() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.security.credential.Credential |
getCredential() |
String |
getKeyPass() |
KeyStore |
getKeyStore() |
Integer |
getPriority() |
String |
getSignatureAlgorithm() |
boolean |
isInited() |
void |
load() |
public Integer getPriority()
getPriority in interface org.apache.syncope.core.persistence.api.SyncopeLoaderpublic void load()
load in interface org.apache.syncope.core.persistence.api.SyncopeLoaderpublic boolean isInited()
public KeyStore getKeyStore()
public String getKeyPass()
public org.opensaml.security.credential.Credential getCredential()
public String getSignatureAlgorithm()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.