Package net.shibboleth.idp.authn
Class AuthenticationResult.DescriptorReusePredicate
- java.lang.Object
-
- net.shibboleth.idp.authn.AuthenticationResult.ProxyRestrictionReusePredicate
-
- net.shibboleth.idp.authn.AuthenticationResult.DescriptorReusePredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
- Enclosing class:
- AuthenticationResult
class AuthenticationResult.DescriptorReusePredicate extends AuthenticationResult.ProxyRestrictionReusePredicate
Inner class that delegates reuse condition evaluation to the underlyingAuthenticationFlowDescriptor.
-
-
Constructor Summary
Constructors Constructor Description DescriptorReusePredicate()
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)- Specified by:
testin interfacePredicate<ProfileRequestContext>- Overrides:
testin classAuthenticationResult.ProxyRestrictionReusePredicate
-
-