|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.protocols.jmx.RmiAuthenticator
public class RmiAuthenticator
A RMIAuthenticator manages authentication for the secure
RMI connectors. It receives authentication requests from clients as a
SASL/PLAIN challenge and relies on a SASL server plus the local LDAP
authentication accept or reject the user being connected.
| Constructor Summary | |
|---|---|
RmiAuthenticator(JmxConnectionHandler jmxConnectionHandler)
Constructs a RmiAuthenticator. |
|
| Method Summary | |
|---|---|
javax.security.auth.Subject |
authenticate(java.lang.Object credentials)
Authenticates a RMI client. |
void |
setFinalizedPhase(boolean finalizedPhase)
Set that we are in the finalized phase. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RmiAuthenticator(JmxConnectionHandler jmxConnectionHandler)
RmiAuthenticator.
jmxConnectionHandler - The jmxConnectionHandler associated to this RmiAuthenticator| Method Detail |
|---|
public void setFinalizedPhase(boolean finalizedPhase)
finalizedPhase - Set to true, it indicates that we are in
the finalized phase that that we other connection should be accepted.JmxConnectionHandlerpublic javax.security.auth.Subject authenticate(java.lang.Object credentials)
authenticate in interface javax.management.remote.JMXAuthenticatorcredentials - the SASL/PLAIN credentials to validate
Subject holding the principal(s)
authenticated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||