- fieldNames - Static variable in class com.example.groracle.Views.MainView
-
- findGroup(String) - Method in class com.example.groracle.DAL.DAO.GroupDAO
-
Method returning a Group object based on search by group name
- findHost(String) - Method in class com.example.groracle.DAL.DAO.HostDAO
-
Method returning Host whose hostname matches the search criteria
- findInput(String) - Method in class com.example.groracle.DAL.DAO.InputDAO
-
Method returning host matching search criteria
- findPatternBlackList(String) - Method in class com.example.groracle.DAL.DAO.PatternBlacklistDAO
-
Method for finding a blacklist entry based on pattern name
- findRight(String) - Method in class com.example.groracle.DAL.DAO.RightDAO
-
Method returning right that matches the permission given
- findRole(String) - Method in class com.example.groracle.DAL.DAO.RoleDAO
-
Method returning role that matches role name
- findUser(String) - Method in class com.example.groracle.DAL.DAO.UserDAO
-
Method returning a user that matches username being searched for