Class AllowedSAMLPresentersPredicate
java.lang.Object
net.shibboleth.idp.saml.profile.config.logic.AllowedSAMLPresentersPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
@Deprecated(since="5.0.0",
forRemoval=true)
public class AllowedSAMLPresentersPredicate
extends Object
implements Predicate<ProfileRequestContext>
Deprecated, for removal: This API element is subject to removal in a future version.
Predicate which evaluates the inbound
AbstractSAMLEntityContext.getEntityId()
against a specified collection of entityIDs.-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.The set of allowed presenters.private org.slf4j.LoggerDeprecated, for removal: This API element is subject to removal in a future version.Logger. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowedPresenters(Collection<String> presenters) Deprecated, for removal: This API element is subject to removal in a future version.Set the allowed presenters.booleantest(ProfileRequestContext input) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
log
@Nonnull private org.slf4j.Logger logDeprecated, for removal: This API element is subject to removal in a future version.Logger. -
allowedPresenters
Deprecated, for removal: This API element is subject to removal in a future version.The set of allowed presenters.
-
-
Constructor Details
-
AllowedSAMLPresentersPredicate
public AllowedSAMLPresentersPredicate()Deprecated, for removal: This API element is subject to removal in a future version.Constructor.
-
-
Method Details
-
setAllowedPresenters
Deprecated, for removal: This API element is subject to removal in a future version.Set the allowed presenters.- Parameters:
presenters- the allowed presenters
-
test
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
testin interfacePredicate<ProfileRequestContext>
-