Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LdapConfig ¶
type LdapServer ¶
type LdapsClient ¶
type LdapsClient struct {
// contains filtered or unexported fields
}
func NewLdapsClient ¶
func NewLdapsClient(config LdapConfig) (*LdapsClient, error)
func (*LdapsClient) Connect ¶
func (l *LdapsClient) Connect() error
func (*LdapsClient) GetUser ¶
func (l *LdapsClient) GetUser(userId string) (*identitymodels.User, error)
Click to show internal directories.
Click to hide internal directories.