Interface ILogin.IFinal
- All Known Subinterfaces:
ILogin.IWithCredentials
- Enclosing interface:
- ILogin
public static interface ILogin.IFinal
-
Method Summary
-
Method Details
-
perform
Perform login using configured flow.- Returns:
- authenticated subject. This subject can then be used as a parameter to other methods.
- Throws:
AuthenticationFailedException
- if authentication cannot be performed.
-