Uses of Interface
edu.vt.middleware.ldap.ed.MultiFactor
-
Packages that use MultiFactor Package Description edu.vt.middleware.ldap.ed -
-
Uses of MultiFactor in edu.vt.middleware.ldap.ed
Classes in edu.vt.middleware.ldap.ed that implement MultiFactor Modifier and Type Class Description class
DuoFactor
Represents a second factor to present to login.directory.vt.edu (see: Documentation) AUTO PHONE SMS PASSCODE PUSH (Also see DUO documentation.)class
TokensFactor
Represents a second factor to present to login.directory.vt.edu from ED Web Services /tokens endpoint.Methods in edu.vt.middleware.ldap.ed that return MultiFactor Modifier and Type Method Description static MultiFactor
MultiFactor. getInstance(MultiFactorType type, String mfaVal)
Returns an instance of known sub-types (see:MultiFactorType
).Methods in edu.vt.middleware.ldap.ed with parameters of type MultiFactor Modifier and Type Method Description org.ldaptive.LdapEntry
Login. authenticate(String user, org.ldaptive.Credential credential, MultiFactor secondFactor, String... attributes)
Same asEdAuthService.authenticate(String, Credential, String...)
with a second factor.
-