DefaultAuthManager

Undocumented in source.

Members

Functions

add
void add(AuthMethodHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
authenticate
bool authenticate(Client client)
Undocumented in source. Be warned that the author may not have intended to support it.
getHandler
AuthMethodHandler getHandler(AuthMethod authMethod)
Undocumented in source. Be warned that the author may not have intended to support it.
getSupportedMethods
AuthMethod[] getSupportedMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(AuthMethod method)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(AuthMethodHandler methodHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveAuthMethod
AuthMethod resolveAuthMethod(AuthMethod[] availableMethods)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

authMethodHandlers
AuthMethodHandler[AuthMethod.max] authMethodHandlers;
Undocumented in source.

Inherited Members

From AuthManager

add
void add(AuthMethodHandler )
Undocumented in source.
has
bool has(AuthMethod )
Undocumented in source.
has
bool has(AuthMethodHandler )
Undocumented in source.
getHandler
AuthMethodHandler getHandler(AuthMethod )
Undocumented in source.
getSupportedMethods
AuthMethod[] getSupportedMethods()
Undocumented in source.
resolveAuthMethod
AuthMethod resolveAuthMethod(AuthMethod[] )
Undocumented in source.
authenticate
bool authenticate(Client )
Undocumented in source.

Meta