Uses of Class
xal.rbac.AccessDeniedException
Packages that use AccessDeniedException
-
Uses of AccessDeniedException in xal.plugin.essrbac
Methods in xal.plugin.essrbac that throw AccessDeniedExceptionModifier 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) booleanEssRbacSubject.hasPermission(String resource, String permission) DummyRbacSubject.hasPermissions(String resource, String... permissions) EssRbacSubject.hasPermissions(String resource, String... permissions) voidDummyExclusiveAccess.releaseExclusiveAccess()voidEssExclusiveAccess.releaseExclusiveAccess()DummyRbacSubject.requestExclusiveAccess(String resource, String permission, int durationInMinutes) EssRbacSubject.requestExclusiveAccess(String resource, String permission, int durationInMinutes) -
Uses of AccessDeniedException in xal.rbac
Methods in xal.rbac that throw AccessDeniedExceptionModifier 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.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.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.