|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessControlException | |
com.bankframe.services.accesscontrol | |
com.bankframe.services.accesscontrol.ejb | |
com.bankframe.services.accesscontrol.ldap |
Uses of AccessControlException in com.bankframe.services.accesscontrol |
Methods in com.bankframe.services.accesscontrol that throw AccessControlException | |
abstract boolean |
AccessControlBean.validateUserRequest(java.lang.String userId,
java.lang.String requestId)
This method checks if the specified user has access to the session bean mapped to the specified request id. |
boolean |
AccessControl.validateUserRequest(java.lang.String userId,
java.lang.String requestId)
This method checks if the specified user has access to the session bean mapped to the specified request id. |
Uses of AccessControlException in com.bankframe.services.accesscontrol.ejb |
Methods in com.bankframe.services.accesscontrol.ejb that throw AccessControlException | |
boolean |
EJBAccessControlBean.validateUserRequest(java.lang.String userId,
java.lang.String requestId)
This method checks if a user has access to the specified request id. |
Uses of AccessControlException in com.bankframe.services.accesscontrol.ldap |
Methods in com.bankframe.services.accesscontrol.ldap that throw AccessControlException | |
boolean |
LDAPAccessControlBean.validateUserRequest(java.lang.String userId,
java.lang.String requestId)
This method checks if the specified user has access to the session bean mapped to the specified request id. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |