|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bsf.remoting.util.impl.JBossPrincipalManager
Field Summary | |
private static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
JBossPrincipalManager()
|
Method Summary | |
void |
setJVMPrincipal(java.lang.String login,
java.lang.String password)
The principal is set only one time for all the thread created in the JVM. |
void |
setThreadPrincipal(java.lang.String login,
java.lang.String password)
The principal is set only for the current thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.apache.commons.logging.Log log
Constructor Detail |
public JBossPrincipalManager()
Method Detail |
public void setThreadPrincipal(java.lang.String login, java.lang.String password)
PrincipalManager
setThreadPrincipal
in interface PrincipalManager
public void setJVMPrincipal(java.lang.String login, java.lang.String password)
PrincipalManager
setJVMPrincipal
in interface PrincipalManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |