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.StatusSubject. getStatus()static Subject.StatusSubject.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 voidSubject. 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.StatusSubjectModel. getStatus()Methods in com.tetsuwantech.atom.web.authentication with parameters of type Subject.Status Modifier and Type Method Description voidSubjectModel. setStatus(Subject.Status status)
-