public class AllowedSAMLPresentersPredicate extends Object implements com.google.common.base.Predicate<ProfileRequestContext>
AbstractSAMLEntityContext.getEntityId()
against a specified collection of entityIDs.| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
allowedPresenters
The set of allowed presenters.
|
private org.slf4j.Logger |
log
Logger.
|
| Constructor and Description |
|---|
AllowedSAMLPresentersPredicate()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ProfileRequestContext input) |
void |
setAllowedPresenters(Collection<String> presenters)
Set the allowed presenters.
|
public AllowedSAMLPresentersPredicate()
public void setAllowedPresenters(@Nullable Collection<String> presenters)
presenters - the allowed presenterspublic boolean apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Predicate<ProfileRequestContext>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.