Uses of Interface
xal.rbac.RBACSubject
Packages that use RBACSubject
Package
Description
Provides a framework for building document based applications and even multi-document based applications.
-
Uses of RBACSubject in xal.extension.application
Methods in xal.extension.application that return RBACSubject -
Uses of RBACSubject in xal.plugin.essrbac
Classes in xal.plugin.essrbac that implement RBACSubjectModifier and TypeClassDescriptionclassDummy Rbac Subject implementsRBACSubjectreturning true for all permissions.classImplementation ofRBACSubject.Methods in xal.plugin.essrbac that return RBACSubjectModifier 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) -
Uses of RBACSubject in xal.rbac
Methods in xal.rbac that return RBACSubjectModifier 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.Methods in xal.rbac with parameters of type RBACSubjectModifier and TypeMethodDescriptionbooleanAutoLogoutCallback.autoLogoutConfirm(RBACSubject subject, int timeoutInSeconds) Called when the RBAC attempts to automatically logout the user due to inactivity.