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 MaximoAuthenticator
MXException
java.rmi.RemoteException
public 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 MaximoAuthenticator
MXException
java.rmi.RemoteException
public void logSignatureVerification(MboSetRemote msr, java.lang.String username, java.lang.String reason, boolean authenticated) throws MXException, java.rmi.RemoteException
logSignatureVerification
in interface MaximoAuthenticator
MXException
java.rmi.RemoteException