Package org.apereo.cas.web.flow.pac4j
Class SurrogateDelegatedAuthenticationPreProcessor
java.lang.Object
org.apereo.cas.web.flow.pac4j.SurrogateDelegatedAuthenticationPreProcessor
- All Implemented Interfaces:
org.apereo.cas.authentication.principal.DelegatedAuthenticationPreProcessor,org.springframework.core.Ordered
public class SurrogateDelegatedAuthenticationPreProcessor
extends Object
implements org.apereo.cas.authentication.principal.DelegatedAuthenticationPreProcessor
- Since:
- 7.0.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.principal.DelegatedAuthenticationPreProcessor
getOrder
-
Constructor Details
-
SurrogateDelegatedAuthenticationPreProcessor
public SurrogateDelegatedAuthenticationPreProcessor()
-
-
Method Details
-
process
public 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) - Specified by:
processin interfaceorg.apereo.cas.authentication.principal.DelegatedAuthenticationPreProcessor
-