Interface DelegatedAuthenticationPreProcessor
- 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 DelegatedAuthenticationPreProcessor
extends org.springframework.core.Ordered
This is
DelegatedAuthenticationPreProcessor.- Since:
- 7.0.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptiondefault intgetOrder()org.apereo.cas.authentication.principal.Principalprocess(org.apereo.cas.authentication.principal.Principal principal, org.pac4j.core.client.BaseClient client, org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service) Process principal.
-
Method Details
-
process
org.apereo.cas.authentication.principal.Principal process(org.apereo.cas.authentication.principal.Principal principal, org.pac4j.core.client.BaseClient client, org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service) Process principal.- Parameters:
principal- the principalclient- the clientcredential- the credentialservice- the service- Returns:
- the principal
-
getOrder
default int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-