Uses of Class
com.tetsuwantech.atom.manager.authentication.SubjectManager
-
Packages that use SubjectManager Package Description com.tetsuwantech.atom.web.authentication -
-
Uses of SubjectManager in com.tetsuwantech.atom.web.authentication
Methods in com.tetsuwantech.atom.web.authentication that return SubjectManager Modifier and Type Method Description SubjectManager
UuidModelValidator. getSubjectManager()
Methods in com.tetsuwantech.atom.web.authentication with parameters of type SubjectManager Modifier and Type Method Description void
UuidModelValidator. setSubjectManager(SubjectManager subjectManager)
Constructors in com.tetsuwantech.atom.web.authentication with parameters of type SubjectManager Constructor Description UsernameModelValidator(SubjectManager subjectManager, boolean isAvailable)
UuidModelValidator(SubjectManager subjectManager, DateTimePeriodUtils dateTimePeriodUtils)
-