Uses of Class
com.tetsuwantech.atom.database.authentication.Subject.Status
-
Packages that use Subject.Status Package Description com.tetsuwantech.atom.database.authentication com.tetsuwantech.atom.web.authentication -
-
Uses of Subject.Status in com.tetsuwantech.atom.database.authentication
Methods in com.tetsuwantech.atom.database.authentication that return Subject.Status Modifier and Type Method Description Subject.Status
Subject. getStatus()
static Subject.Status
Subject.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Subject.Status[]
Subject.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tetsuwantech.atom.database.authentication with parameters of type Subject.Status Modifier and Type Method Description void
Subject. setStatus(Subject.Status status)
-
Uses of Subject.Status in com.tetsuwantech.atom.web.authentication
Methods in com.tetsuwantech.atom.web.authentication that return Subject.Status Modifier and Type Method Description Subject.Status
SubjectModel. getStatus()
Methods in com.tetsuwantech.atom.web.authentication with parameters of type Subject.Status Modifier and Type Method Description void
SubjectModel. setStatus(Subject.Status status)
-