public abstract class AbstractSAML2Logic<T extends EntityTO> 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 method,
Object... args)
Resolves stored bean (if existing) referred by the given CUD method.
|
protected abstract T |
resolveReference(Method method,
Object... args) |
@Autowired protected SAML2SPLoader loader
protected static final org.slf4j.Logger LOG
protected void check()
public T resolveBeanReference(Method method, Object... args) throws UnresolvedReferenceException
method
- method.args
- method arguments.UnresolvedReferenceException
- in case of failures, read-only methods and unresolved bean.protected abstract T resolveReference(Method method, Object... args) throws UnresolvedReferenceException
UnresolvedReferenceException
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.