Uses of Class
com.tetsuwantech.atom.database.authentication.Subject
-
-
Uses of Subject in com.tetsuwantech.atom.database.audit
Methods in com.tetsuwantech.atom.database.audit that return Subject Modifier and Type Method Description Subject
Audit. getSubject()
Methods in com.tetsuwantech.atom.database.audit with parameters of type Subject Modifier and Type Method Description void
Audit. setSubject(Subject subject)
Constructors in com.tetsuwantech.atom.database.audit with parameters of type Subject Constructor Description Audit(Action action, Subject subject, String table, Long auditId, Instant date)
-
Uses of Subject in com.tetsuwantech.atom.database.authentication
Methods in com.tetsuwantech.atom.database.authentication that return Subject Modifier and Type Method Description Subject
SubjectServiceImpl. findFirst(String where, String column)
Subject
SubjectServiceImpl. get(Long id)
Subject
Authority. getSubject()
Subject
Securable. getSubject()
Methods in com.tetsuwantech.atom.database.authentication that return types with arguments of type Subject Modifier and Type Method Description List<Subject>
SubjectServiceImpl. findAll(String where, String column, String orderBy)
Methods in com.tetsuwantech.atom.database.authentication with parameters of type Subject Modifier and Type Method Description void
Authority. setSubject(Subject subject)
-
Uses of Subject in com.tetsuwantech.atom.manager.authentication
Methods in com.tetsuwantech.atom.manager.authentication with parameters of type Subject Modifier and Type Method Description protected SubjectModel
SubjectManager. createModel(Subject subject)
-
Uses of Subject in com.tetsuwantech.atom.web.authentication
Constructors in com.tetsuwantech.atom.web.authentication with parameters of type Subject Constructor Description NameModel(Subject subject)
PasswordModel(Subject subject)
SubjectModel(Subject subject)
-