|
|||||||||
| Home >> All >> com >> RuntimeCollective >> permission >> [ bean overview ] | PREV NEXT | ||||||||
Deprecated API
| Deprecated Methods | |
| com.RuntimeCollective.permission.bean.SimplePermissionRule.getAuthorisationPath(HttpSession, String)
This method was modified not to refer to Client Tier classes (HttpSession). Use instead: getAuthorisationPath((User) session.getAttribute(RuntimeParameters.get("logonUserKey")), (Session) session.getAttribute(Session.SESSION_KEY), new HttpSessionReturnPathContainer(session), returnPath) |
|
| com.RuntimeCollective.permission.bean.PermissionRule.getAuthorisationPath(HttpSession, String)
This method was modified not to refer to Client Tier classes (HttpSession). Use instead: getAuthorisationPath((User) session.getAttribute(RuntimeParameters.get("logonUserKey")), (Session) session.getAttribute(Session.SESSION_KEY), new HttpSessionReturnPathContainer(session), returnPath) |
|
| com.RuntimeCollective.permission.bean.SimplePermissible.getAuthorisationPathForAction(String, HttpSession, String)
This method was modified not to refer to Client Tier classes (HttpSession). Use instead: getAuthorisationPathForAction(action, (User) session.getAttribute(RuntimeParameters.get("logonUserKey")), (Session) session.getAttribute(Session.SESSION_KEY), new HttpSessionReturnPathContainer(session), returnPath) |
|
| com.RuntimeCollective.permission.bean.Permissible.getAuthorisationPathForAction(String, HttpSession, String)
This method was modified not to refer to Client Tier classes (HttpSession). Use instead: getAuthorisationPathForAction(action, (User) session.getAttribute(RuntimeParameters.get("logonUserKey")), (Session) session.getAttribute(Session.SESSION_KEY), new HttpSessionReturnPathContainer(session), returnPath) |
|
| com.RuntimeCollective.permission.bean.SimplePermissionRule.setReturnUrl(HttpSession, String)
This method was modified not to refer to Client Tier classes (HttpSession). Use instead: setReturnUrl((ReturnPathContainer) new HttpSessionReturnPathContainer(session), returnPath) |
|
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> permission >> [ bean overview ] | PREV NEXT | ||||||||