Package org.irods.irods4j.authentication
Class PamPasswordAuthPlugin
java.lang.Object
org.irods.irods4j.authentication.AuthPlugin
org.irods.irods4j.authentication.PamPasswordAuthPlugin
-
Field Summary
Fields inherited from class org.irods.irods4j.authentication.AuthPlugin
AUTH_AGENT_AUTH_REQUEST, AUTH_AGENT_AUTH_RESPONSE, AUTH_AGENT_AUTH_VERIFY, AUTH_AGENT_START, AUTH_CLIENT_AUTH_REQUEST, AUTH_CLIENT_AUTH_RESPONSE, AUTH_CLIENT_START, AUTH_ESTABLISH_CONTEXT, AUTH_FLOW_COMPLETE, AUTH_FORCE_PASSWORD_PROMPT, AUTH_NEXT_OPERATION, AUTH_PASSWORD_KEY, AUTH_RESPONSE_KEY, AUTH_SCHEME_KWY, AUTH_TTL_KEY, AUTH_USER_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeauthClientStart(IRODSApi.RcComm comm, com.fasterxml.jackson.databind.JsonNode context) Methods inherited from class org.irods.irods4j.authentication.AuthPlugin
addOperation, execute, request
-
Constructor Details
-
PamPasswordAuthPlugin
public PamPasswordAuthPlugin()
-
-
Method Details
-
authClientStart
public com.fasterxml.jackson.databind.JsonNode authClientStart(IRODSApi.RcComm comm, com.fasterxml.jackson.databind.JsonNode context) - Specified by:
authClientStartin classAuthPlugin
-