public abstract class AbstractSAML2Logic<T extends org.apache.syncope.common.lib.AbstractBaseBean> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SAML2SPLoader |
loader |
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
AbstractSAML2Logic() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
check() |
T |
resolveBeanReference(Method arg0,
Object... arg1) |
protected abstract T |
resolveReference(Method arg0,
Object... arg1) |
@Autowired protected SAML2SPLoader loader
protected static final org.slf4j.Logger LOG
protected void check()
public T resolveBeanReference(Method arg0, Object... arg1) throws UnresolvedReferenceException
UnresolvedReferenceExceptionprotected abstract T resolveReference(Method arg0, Object... arg1) throws UnresolvedReferenceException
UnresolvedReferenceExceptionCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.