Package org.apereo.cas.interrupt
Interface InterruptInquirer
-
- All Superinterfaces:
org.springframework.core.Ordered
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface InterruptInquirer extends org.springframework.core.OrderedThis isInterruptInquirer.- Since:
- 5.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.StringgetName()default intgetOrder()InterruptResponseinquire(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential credential, org.springframework.webflow.execution.RequestContext requestContext)Inquire interrupt response.
-
-
-
Method Detail
-
inquire
InterruptResponse inquire(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential credential, org.springframework.webflow.execution.RequestContext requestContext)
Inquire interrupt response.- Parameters:
authentication- the authenticationregisteredService- the registered serviceservice- the servicecredential- the credentialrequestContext- the request context- Returns:
- the interrupt response
-
getOrder
default int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
getName
default java.lang.String getName()
-
-