public class MyTestAuthenticator extends java.lang.Object implements MaximoAuthenticator
| Constructor and Description |
|---|
MyTestAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
MXSession |
authenticateRequest(OslcRequest request) |
void |
logSignatureVerification(MboSetRemote msr,
java.lang.String username,
java.lang.String reason,
boolean authenticated) |
boolean |
verifySignature(javax.servlet.http.HttpServletRequest request,
MboSetRemote msr,
java.lang.String username,
java.lang.String password,
java.lang.String reason) |
public MXSession authenticateRequest(OslcRequest request) throws MXException, java.rmi.RemoteException
authenticateRequest in interface MaximoAuthenticatorMXExceptionjava.rmi.RemoteExceptionpublic boolean verifySignature(javax.servlet.http.HttpServletRequest request,
MboSetRemote msr,
java.lang.String username,
java.lang.String password,
java.lang.String reason)
throws MXException,
java.rmi.RemoteException
verifySignature in interface MaximoAuthenticatorMXExceptionjava.rmi.RemoteExceptionpublic void logSignatureVerification(MboSetRemote msr, java.lang.String username, java.lang.String reason, boolean authenticated) throws MXException, java.rmi.RemoteException
logSignatureVerification in interface MaximoAuthenticatorMXExceptionjava.rmi.RemoteException