Uses of Class
xal.rbac.RBACException
Packages that use RBACException
-
Uses of RBACException in xal.plugin.essrbac
Methods in xal.plugin.essrbac that throw RBACExceptionModifier and TypeMethodDescriptionDummyRbacLogin.authenticate(String username, char[] password) DummyRbacLogin.authenticate(String username, char[] password, String preferredRole) DummyRbacLogin.authenticate(String username, char[] password, String preferredRole, String ip) EssRbacLogin.authenticate(String username, char[] password) EssRbacLogin.authenticate(String username, char[] password, String preferredRole) EssRbacLogin.authenticate(String username, char[] password, String preferredRole, String ip) String[]DummyRbacLogin.getRolesForUser(String ip, String username) String[]EssRbacLogin.getRolesForUser(String ip, String username) booleanDummyRbacSubject.hasPermission(String resource, String permission) booleanEssRbacSubject.hasPermission(String resource, String permission) DummyRbacSubject.hasPermissions(String resource, String... permissions) EssRbacSubject.hasPermissions(String resource, String... permissions) voidDummyRbacSubject.logout()voidEssRbacSubject.logout()voidDummyExclusiveAccess.releaseExclusiveAccess()voidEssExclusiveAccess.releaseExclusiveAccess()DummyRbacSubject.requestExclusiveAccess(String resource, String permission, int durationInMinutes) EssRbacSubject.requestExclusiveAccess(String resource, String permission, int durationInMinutes) -
Uses of RBACException in xal.rbac
Methods in xal.rbac that throw RBACExceptionModifier and TypeMethodDescriptionRBACLogin.authenticate(String username, char[] password) Authenticates the user using username and password.RBACLogin.authenticate(String username, char[] password, String preferredRole) Authenticates the user using username, password and preferred role.RBACLogin.authenticate(String username, char[] password, String preferredRole, String ip) Authenticates the user using username and password, preferred role and ip.String[]RBACLogin.getRolesForUser(String ip, String username) Returns the list of all roles for the provided username.booleanRBACSubject.hasPermission(String resource, String permission) Checks if the logged in user is granted the permission provided as parameter.RBACSubject.hasPermissions(String resource, String... permissions) Checks if the logged in user is granted the permissions provided as parameters.voidRBACSubject.logout()Logs the user out.abstract voidExclusiveAccess.releaseExclusiveAccess()Releases this exclusive access.RBACSubject.requestExclusiveAccess(String resource, String permission, int durationInMinutes) Requests exclusive access to the specified permission for the currently logged in user, on the specified resource.