|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityRole | |
---|---|
org.eclipse.jst.j2ee.application | |
org.eclipse.jst.j2ee.common | |
org.eclipse.jst.j2ee.ejb | |
org.eclipse.jst.j2ee.webapplication |
Uses of SecurityRole in org.eclipse.jst.j2ee.application |
---|
Methods in org.eclipse.jst.j2ee.application that return SecurityRole | |
SecurityRole |
Application.getSecurityRoleNamed(java.lang.String name)
|
Uses of SecurityRole in org.eclipse.jst.j2ee.common |
---|
Methods in org.eclipse.jst.j2ee.common that return SecurityRole | |
SecurityRole |
CommonFactory.createSecurityRole()
Returns a new object of class 'Security Role' |
Uses of SecurityRole in org.eclipse.jst.j2ee.ejb |
---|
Methods in org.eclipse.jst.j2ee.ejb that return SecurityRole | |
SecurityRole |
AssemblyDescriptor.getSecurityRoleNamed(java.lang.String roleName)
Return the SecurityRole given a roleName |
SecurityRole |
MethodPermission.getSecurityRole(java.lang.String aRoleName)
Return the SecurityRole named @aRoleName. |
Methods in org.eclipse.jst.j2ee.ejb with parameters of type SecurityRole | |
boolean |
MethodPermission.hasSecurityRole(SecurityRole aSecurityRole)
Return true if this permission contains @aSecurityRole |
Uses of SecurityRole in org.eclipse.jst.j2ee.webapplication |
---|
Methods in org.eclipse.jst.j2ee.webapplication that return SecurityRole | |
SecurityRole |
WebApp.getSecurityRoleNamed(java.lang.String roleName)
Returns the SecurityRole with the specified name |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |