public class AuthenticationOption extends Object
This class is a working instance of what can be described by the AuthenticationOptionDescription.
Implementation note: as RBA is unimplemented yet and MFA is simplistic this class doesn't hold much. In future it will be extended.
| Constructor and Description |
|---|
AuthenticationOption(BindingAuthn primaryAuthenticator,
BindingAuthn mandatory2ndAuthenticator) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfAuthenticatorsAreAmongSupported(Set<String> supportedBindings) |
String |
getId() |
BindingAuthn |
getMandatory2ndAuthenticator() |
BindingAuthn |
getPrimaryAuthenticator() |
public AuthenticationOption(BindingAuthn primaryAuthenticator, BindingAuthn mandatory2ndAuthenticator)
public String getId()
public BindingAuthn getPrimaryAuthenticator()
public BindingAuthn getMandatory2ndAuthenticator()
Copyright © 2017 Unity. All rights reserved.