Package org.apereo.cas.authentication
Class AbstractMultifactorAuthenticationProvider
- java.lang.Object
-
- org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.MultifactorAuthenticationProvider,org.springframework.core.Ordered
public abstract class AbstractMultifactorAuthenticationProvider extends java.lang.Object implements org.apereo.cas.authentication.MultifactorAuthenticationProviderTheAbstractMultifactorAuthenticationProvideris responsible for as the parent of all providers.- Since:
- 4.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractMultifactorAuthenticationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAvailable(org.apereo.cas.services.RegisteredService service)booleanmatches(java.lang.String identifier)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable(org.apereo.cas.services.RegisteredService service)
- Specified by:
isAvailablein interfaceorg.apereo.cas.authentication.MultifactorAuthenticationProvider
-
matches
public boolean matches(java.lang.String identifier)
- Specified by:
matchesin interfaceorg.apereo.cas.authentication.MultifactorAuthenticationProvider
-
-