|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface for the security service
Method Summary | |
void |
deployBean(java.lang.String containerName,
BeanDesc bd)
Set the security attributes for the bean being deployed. |
JResource |
getJResource(java.lang.String name)
|
java.security.Guard |
getMethodGuard(java.lang.String containerName)
Returns the MethodGuard for the given Container |
java.security.Guard |
getRoleGuard(java.lang.String containerName)
Returns the RoleGuard for the given Container |
java.lang.String |
toXML()
String representation of the LDAP realm |
Methods inherited from interface org.objectweb.jonas.service.Service |
getName, init, isStarted, setName, start, stop |
Method Detail |
public void deployBean(java.lang.String containerName, BeanDesc bd)
containerName
- The container the bean is deployed inbd
- The bean descriptorpublic java.security.Guard getMethodGuard(java.lang.String containerName)
containerName
- The container name
public java.security.Guard getRoleGuard(java.lang.String containerName)
containerName
- The container name
public JResource getJResource(java.lang.String name)
public java.lang.String toXML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |