Package net.shibboleth.idp.authn
Class AuthenticationResult.ProxyRestrictionReusePredicate
- java.lang.Object
-
- net.shibboleth.idp.authn.AuthenticationResult.ProxyRestrictionReusePredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
- Direct Known Subclasses:
AuthenticationResult.DescriptorReusePredicate
- Enclosing class:
- AuthenticationResult
class AuthenticationResult.ProxyRestrictionReusePredicate extends Object implements Predicate<ProfileRequestContext>
Inner class implementing a predicate that checks for containedProxyAuthenticationPrincipalobjects and enforces any restrictions on reuse based on the current request.
-
-
Constructor Summary
Constructors Constructor Description ProxyRestrictionReusePredicate()
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)- Specified by:
testin interfacePredicate<ProfileRequestContext>
-
-