# Functions
ApplyWrapperConnectorMiddlewares effectively calls each middleware that have been registered for this operation.
No description provided by the author
No description provided by the author
RegisterWrapperConnectorMiddleware appends a new connector middleware to the array of already existing middleware for this operation.
WrapWithIdentity converts the op.User to an identity and stores it in the current operation.
WrapWithIdmUser retrieves an IDM user with her login and adds it to the current operation.
WrapWithPolicyCheck checks policies for the current user and updates passed operation.
WrapWithUserLocks manages lock after too many fail attemps.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
PydioConnector is a magical type that can unmarshal YAML dynamically.
No description provided by the author
WrapperConnectorOperation holds all necessary information to perform auth actions using the middleware pattern.
# Interfaces
PydioConnectorConfig provides an easy way to return a config struct depending on the connector type.
# Type aliases
No description provided by the author
No description provided by the author