public static class X500SubjectCanonicalization.ActivationCondition extends Object implements com.google.common.base.Predicate<ProfileRequestContext>
| Constructor and Description |
|---|
X500SubjectCanonicalization.ActivationCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ProfileRequestContext input) |
boolean |
apply(ProfileRequestContext profileRequestContext,
SubjectCanonicalizationContext c14nContext,
boolean duringAction)
Helper method that runs either as part of the
Predicate or directly from
the X500SubjectCanonicalization.doPreExecute(ProfileRequestContext, SubjectCanonicalizationContext)
method above. |
public X500SubjectCanonicalization.ActivationCondition()
public boolean apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Predicate<ProfileRequestContext>public boolean apply(@Nonnull ProfileRequestContext profileRequestContext, @Nonnull SubjectCanonicalizationContext c14nContext, boolean duringAction)
Predicate or directly from
the X500SubjectCanonicalization.doPreExecute(ProfileRequestContext, SubjectCanonicalizationContext)
method above.profileRequestContext - the current profile request contextc14nContext - the current c14n contextduringAction - true iff the method is run from the action aboveCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.