Package com.iizix.authentication
Class GenericUserAuthentication
- java.lang.Object
-
- com.iizix.authentication.GenericUserAuthentication
-
public class GenericUserAuthentication extends java.lang.Object
Interface used in an app to provide user authentication.NB: this class is not complete yet and may change at any time!
- Author:
- Christopher Mindus
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
additionalInfo
Additional miscellaneous info about the group, null or empty for none.java.lang.String
description
Optional description of what the authentication group provides.java.lang.String
purpose
The purpose of this authentication "step".
-
Constructor Summary
Constructors Constructor Description GenericUserAuthentication()
-
-
-
Field Detail
-
purpose
public java.lang.String purpose
The purpose of this authentication "step".
-
description
public java.lang.String description
Optional description of what the authentication group provides.
-
additionalInfo
public java.lang.String additionalInfo
Additional miscellaneous info about the group, null or empty for none.
-
-