Class SurrogatePasswordlessAuthenticationPreProcessor
java.lang.Object
org.apereo.cas.web.flow.passwordless.SurrogatePasswordlessAuthenticationPreProcessor
- All Implemented Interfaces:
org.apereo.cas.api.PasswordlessAuthenticationPreProcessor,org.springframework.core.Ordered
public class SurrogatePasswordlessAuthenticationPreProcessor
extends Object
implements org.apereo.cas.api.PasswordlessAuthenticationPreProcessor
- 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.AuthenticationResultBuilderprocess(org.apereo.cas.authentication.AuthenticationResultBuilder resultBuilder, org.apereo.cas.api.PasswordlessUserAccount passwordlessUserAccount, org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential credential, org.apereo.cas.impl.token.PasswordlessAuthenticationToken token) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.api.PasswordlessAuthenticationPreProcessor
getOrder
-
Constructor Details
-
SurrogatePasswordlessAuthenticationPreProcessor
public SurrogatePasswordlessAuthenticationPreProcessor()
-
-
Method Details
-
process
public org.apereo.cas.authentication.AuthenticationResultBuilder process(org.apereo.cas.authentication.AuthenticationResultBuilder resultBuilder, org.apereo.cas.api.PasswordlessUserAccount passwordlessUserAccount, org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential credential, org.apereo.cas.impl.token.PasswordlessAuthenticationToken token) - Specified by:
processin interfaceorg.apereo.cas.api.PasswordlessAuthenticationPreProcessor
-