public class AllowDelegationPredicateFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<com.google.common.base.Predicate<ProfileRequestContext>>
Predicate from multiple inputs.| Modifier and Type | Field and Description |
|---|---|
private Boolean |
allowDelegation
Delegation boolean attribute value.
|
private com.google.common.base.Predicate<ProfileRequestContext> |
allowDelegationPredicate
Delegation predicate attribute bean ref.
|
private org.slf4j.Logger |
log
Logger.
|
| Constructor and Description |
|---|
AllowDelegationPredicateFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Predicate<ProfileRequestContext> |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setAllowDelegation(Boolean flag)
Set the delegation boolean attribute value.
|
void |
setAllowDelegationPredicate(com.google.common.base.Predicate<ProfileRequestContext> predicate)
Set the delegation predicate attribute bean ref.
|
private org.slf4j.Logger log
private Boolean allowDelegation
private com.google.common.base.Predicate<ProfileRequestContext> allowDelegationPredicate
public void setAllowDelegation(@Nullable Boolean flag)
flag - delegation attribute valuepublic void setAllowDelegationPredicate(@Nullable com.google.common.base.Predicate<ProfileRequestContext> predicate)
predicate - delegation predicatepublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<com.google.common.base.Predicate<ProfileRequestContext>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<com.google.common.base.Predicate<ProfileRequestContext>>public com.google.common.base.Predicate<ProfileRequestContext> getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<com.google.common.base.Predicate<ProfileRequestContext>>ExceptionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.