# Functions
NewVerifyLdapBind creates a new http.Handler for the verify ldap bind operation.
NewVerifyLdapBindBadRequest creates VerifyLdapBindBadRequest with default headers values.
NewVerifyLdapBindInternalServerError creates VerifyLdapBindInternalServerError with default headers values.
NewVerifyLdapBindOK creates VerifyLdapBindOK with default headers values.
NewVerifyLdapBindParams creates a new VerifyLdapBindParams object no default values defined in spec.
NewVerifyLdapBindUnauthorized creates VerifyLdapBindUnauthorized with default headers values.
NewVerifyLdapCloseConnection creates a new http.Handler for the verify ldap close connection operation.
NewVerifyLdapCloseConnectionBadRequest creates VerifyLdapCloseConnectionBadRequest with default headers values.
NewVerifyLdapCloseConnectionCreated creates VerifyLdapCloseConnectionCreated with default headers values.
NewVerifyLdapCloseConnectionInternalServerError creates VerifyLdapCloseConnectionInternalServerError with default headers values.
NewVerifyLdapCloseConnectionParams creates a new VerifyLdapCloseConnectionParams object no default values defined in spec.
NewVerifyLdapCloseConnectionUnauthorized creates VerifyLdapCloseConnectionUnauthorized with default headers values.
NewVerifyLdapConnect creates a new http.Handler for the verify ldap connect operation.
NewVerifyLdapConnectBadRequest creates VerifyLdapConnectBadRequest with default headers values.
NewVerifyLdapConnectInternalServerError creates VerifyLdapConnectInternalServerError with default headers values.
NewVerifyLdapConnectOK creates VerifyLdapConnectOK with default headers values.
NewVerifyLdapConnectParams creates a new VerifyLdapConnectParams object no default values defined in spec.
NewVerifyLdapConnectUnauthorized creates VerifyLdapConnectUnauthorized with default headers values.
NewVerifyLdapGroupSearch creates a new http.Handler for the verify ldap group search operation.
NewVerifyLdapGroupSearchBadRequest creates VerifyLdapGroupSearchBadRequest with default headers values.
NewVerifyLdapGroupSearchInternalServerError creates VerifyLdapGroupSearchInternalServerError with default headers values.
NewVerifyLdapGroupSearchOK creates VerifyLdapGroupSearchOK with default headers values.
NewVerifyLdapGroupSearchParams creates a new VerifyLdapGroupSearchParams object no default values defined in spec.
NewVerifyLdapGroupSearchUnauthorized creates VerifyLdapGroupSearchUnauthorized with default headers values.
NewVerifyLdapUserSearch creates a new http.Handler for the verify ldap user search operation.
NewVerifyLdapUserSearchBadRequest creates VerifyLdapUserSearchBadRequest with default headers values.
NewVerifyLdapUserSearchInternalServerError creates VerifyLdapUserSearchInternalServerError with default headers values.
NewVerifyLdapUserSearchOK creates VerifyLdapUserSearchOK with default headers values.
NewVerifyLdapUserSearchParams creates a new VerifyLdapUserSearchParams object no default values defined in spec.
NewVerifyLdapUserSearchUnauthorized creates VerifyLdapUserSearchUnauthorized with default headers values.
# Constants
VerifyLdapBindBadRequestCode is the HTTP code returned for type VerifyLdapBindBadRequest.
VerifyLdapBindInternalServerErrorCode is the HTTP code returned for type VerifyLdapBindInternalServerError.
VerifyLdapBindOKCode is the HTTP code returned for type VerifyLdapBindOK.
VerifyLdapBindUnauthorizedCode is the HTTP code returned for type VerifyLdapBindUnauthorized.
VerifyLdapCloseConnectionBadRequestCode is the HTTP code returned for type VerifyLdapCloseConnectionBadRequest.
VerifyLdapCloseConnectionCreatedCode is the HTTP code returned for type VerifyLdapCloseConnectionCreated.
VerifyLdapCloseConnectionInternalServerErrorCode is the HTTP code returned for type VerifyLdapCloseConnectionInternalServerError.
VerifyLdapCloseConnectionUnauthorizedCode is the HTTP code returned for type VerifyLdapCloseConnectionUnauthorized.
VerifyLdapConnectBadRequestCode is the HTTP code returned for type VerifyLdapConnectBadRequest.
VerifyLdapConnectInternalServerErrorCode is the HTTP code returned for type VerifyLdapConnectInternalServerError.
VerifyLdapConnectOKCode is the HTTP code returned for type VerifyLdapConnectOK.
VerifyLdapConnectUnauthorizedCode is the HTTP code returned for type VerifyLdapConnectUnauthorized.
VerifyLdapGroupSearchBadRequestCode is the HTTP code returned for type VerifyLdapGroupSearchBadRequest.
VerifyLdapGroupSearchInternalServerErrorCode is the HTTP code returned for type VerifyLdapGroupSearchInternalServerError.
VerifyLdapGroupSearchOKCode is the HTTP code returned for type VerifyLdapGroupSearchOK.
VerifyLdapGroupSearchUnauthorizedCode is the HTTP code returned for type VerifyLdapGroupSearchUnauthorized.
VerifyLdapUserSearchBadRequestCode is the HTTP code returned for type VerifyLdapUserSearchBadRequest.
VerifyLdapUserSearchInternalServerErrorCode is the HTTP code returned for type VerifyLdapUserSearchInternalServerError.
VerifyLdapUserSearchOKCode is the HTTP code returned for type VerifyLdapUserSearchOK.
VerifyLdapUserSearchUnauthorizedCode is the HTTP code returned for type VerifyLdapUserSearchUnauthorized.
# Structs
VerifyLdapBind swagger:route POST /api/ldap/bind ldap verifyLdapBind
Validate LDAP bind or authentication
*/.
VerifyLdapBindBadRequest Bad request
swagger:response verifyLdapBindBadRequest
*/.
VerifyLdapBindInternalServerError Internal server error
swagger:response verifyLdapBindInternalServerError
*/.
VerifyLdapBindOK Verified LDAP credentials successfully
swagger:response verifyLdapBindOK
*/.
VerifyLdapBindParams contains all the bound params for the verify ldap bind operation typically these are obtained from a http.Request
swagger:parameters verifyLdapBind.
VerifyLdapBindUnauthorized Incorrect credentials
swagger:response verifyLdapBindUnauthorized
*/.
VerifyLdapBindURL generates an URL for the verify ldap bind operation.
VerifyLdapCloseConnection swagger:route POST /api/ldap/disconnect ldap verifyLdapCloseConnection
Validate if the LDAP connection can be closed
*/.
VerifyLdapCloseConnectionBadRequest Bad request
swagger:response verifyLdapCloseConnectionBadRequest
*/.
VerifyLdapCloseConnectionCreated Verified LDAP credentials successfully
swagger:response verifyLdapCloseConnectionCreated
*/.
VerifyLdapCloseConnectionInternalServerError Internal server error
swagger:response verifyLdapCloseConnectionInternalServerError
*/.
VerifyLdapCloseConnectionParams contains all the bound params for the verify ldap close connection operation typically these are obtained from a http.Request
swagger:parameters verifyLdapCloseConnection.
VerifyLdapCloseConnectionUnauthorized Incorrect credentials
swagger:response verifyLdapCloseConnectionUnauthorized
*/.
VerifyLdapCloseConnectionURL generates an URL for the verify ldap close connection operation.
VerifyLdapConnect swagger:route POST /api/ldap/connect ldap verifyLdapConnect
Validate LDAP connection
*/.
VerifyLdapConnectBadRequest Bad request
swagger:response verifyLdapConnectBadRequest
*/.
VerifyLdapConnectInternalServerError Internal server error
swagger:response verifyLdapConnectInternalServerError
*/.
VerifyLdapConnectOK Verified LDAP credentials successfully
swagger:response verifyLdapConnectOK
*/.
VerifyLdapConnectParams contains all the bound params for the verify ldap connect operation typically these are obtained from a http.Request
swagger:parameters verifyLdapConnect.
VerifyLdapConnectUnauthorized Incorrect credentials
swagger:response verifyLdapConnectUnauthorized
*/.
VerifyLdapConnectURL generates an URL for the verify ldap connect operation.
VerifyLdapGroupSearch swagger:route POST /api/ldap/groups/search ldap verifyLdapGroupSearch
Validate LDAP Group Search configuration
*/.
VerifyLdapGroupSearchBadRequest Bad request
swagger:response verifyLdapGroupSearchBadRequest
*/.
VerifyLdapGroupSearchInternalServerError Internal server error
swagger:response verifyLdapGroupSearchInternalServerError
*/.
VerifyLdapGroupSearchOK Verified LDAP credentials successfully
swagger:response verifyLdapGroupSearchOK
*/.
VerifyLdapGroupSearchParams contains all the bound params for the verify ldap group search operation typically these are obtained from a http.Request
swagger:parameters verifyLdapGroupSearch.
VerifyLdapGroupSearchUnauthorized Incorrect credentials
swagger:response verifyLdapGroupSearchUnauthorized
*/.
VerifyLdapGroupSearchURL generates an URL for the verify ldap group search operation.
VerifyLdapUserSearch swagger:route POST /api/ldap/users/search ldap verifyLdapUserSearch
Validate LDAP User Search configuration
*/.
VerifyLdapUserSearchBadRequest Bad request
swagger:response verifyLdapUserSearchBadRequest
*/.
VerifyLdapUserSearchInternalServerError Internal server error
swagger:response verifyLdapUserSearchInternalServerError
*/.
VerifyLdapUserSearchOK Verified LDAP credentials successfully
swagger:response verifyLdapUserSearchOK
*/.
VerifyLdapUserSearchParams contains all the bound params for the verify ldap user search operation typically these are obtained from a http.Request
swagger:parameters verifyLdapUserSearch.
VerifyLdapUserSearchUnauthorized Incorrect credentials
swagger:response verifyLdapUserSearchUnauthorized
*/.
VerifyLdapUserSearchURL generates an URL for the verify ldap user search operation.
# Interfaces
VerifyLdapBindHandler interface for that can handle valid verify ldap bind params.
VerifyLdapCloseConnectionHandler interface for that can handle valid verify ldap close connection params.
VerifyLdapConnectHandler interface for that can handle valid verify ldap connect params.
VerifyLdapGroupSearchHandler interface for that can handle valid verify ldap group search params.
VerifyLdapUserSearchHandler interface for that can handle valid verify ldap user search params.
# Type aliases
VerifyLdapBindHandlerFunc turns a function with the right signature into a verify ldap bind handler.
VerifyLdapCloseConnectionHandlerFunc turns a function with the right signature into a verify ldap close connection handler.
VerifyLdapConnectHandlerFunc turns a function with the right signature into a verify ldap connect handler.
VerifyLdapGroupSearchHandlerFunc turns a function with the right signature into a verify ldap group search handler.
VerifyLdapUserSearchHandlerFunc turns a function with the right signature into a verify ldap user search handler.