Class RenewLookupFunction
java.lang.Object
net.shibboleth.idp.cas.audit.impl.RenewLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,Boolean>
Looks up the value of the CAS renew parameter from the request to the /login URI.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,ProtocolContext> Lookup strategy for protocol context. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.RenewLookupFunction(Function<ProfileRequestContext, ProtocolContext> protocolLookup) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionapply(ProfileRequestContext input) Whether to require fresh subject interaction to succeed.
-
Field Details
-
protocolContextFunction
Lookup strategy for protocol context.
-
-
Constructor Details
-
RenewLookupFunction
public RenewLookupFunction()Constructor. -
RenewLookupFunction
Constructor.- Parameters:
protocolLookup- lookup strategy for protocol context
-
-
Method Details
-
apply
Whether to require fresh subject interaction to succeed.- Specified by:
applyin interfaceFunction<ProfileRequestContext,Boolean>
-