Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User interface { GetName() string GetMaxEnrollments() int GetAttribute(name string) (*api.Attribute, error) GetAttributes(attrNames []string) ([]api.Attribute, error) GetFailedLoginAttempts() int IncrementIncorrectPasswordAttempts() error Login(password string, caMaxEnrollment int) error LoginComplete() error }
User is the user interface used by rksync-ca server
Click to show internal directories.
Click to hide internal directories.