Inheritance diagram for org.objectweb.jonas.security.SecurityService:

Public Member Functions | |
| JResource | getJResource (String name) |
Package Functions | |
| String | toXML () |
| void | bindResource (String name, JResource resource) |
Definition at line 35 of file SecurityService.java.
|
||||||||||||
|
Bind the given resource with the given name.
Implemented in org.objectweb.jonas.security.JonasSecurityServiceImpl. Referenced by org.objectweb.jonas.security.JResources.addJResource(). |
|
|
Return a resource by giving its name
Implemented in org.objectweb.jonas.security.JonasSecurityServiceImpl. Referenced by org.objectweb.jonas.security.realm.web.jetty50.Standard.Standard(), org.objectweb.jonas.security.realm.web.catalina50.Standard.start(), and org.objectweb.jonas.security.realm.web.catalina50.JACC.start(). |
|
|
String representation of the JOnAS realm
Implemented in org.objectweb.jonas.security.JonasSecurityServiceImpl. Referenced by org.objectweb.jonas.security.realm.factory.JResource.saveConfig(). |
1.3.9.1