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 SubjectAudit. getSubject()Methods in com.tetsuwantech.atom.database.audit with parameters of type Subject Modifier and Type Method Description voidAudit. 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 SubjectSubjectServiceImpl. findFirst(String where, String column)SubjectSubjectServiceImpl. get(Long id)SubjectAuthority. getSubject()SubjectSecurable. 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 voidAuthority. 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 SubjectModelSubjectManager. 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)
-