Endeca Presentation API
Endeca.Navigation.AccessControl Namespace
NamespacesEndeca.Navigation.AccessControl

[Missing namespace summary documentation for N:Endeca.Navigation.AccessControl]

Declaration Syntax
C#Visual BasicVisual C++
namespace Endeca.Navigation.AccessControl
Namespace Endeca.Navigation.AccessControl
namespace Endeca.Navigation.AccessControl
Types
All TypesClassesInterfaces
IconTypeDescription
FailedLoginException
IAuthCredentialRequest
Base interface for authentication information requests.

IAuthCredentialRequestHandler
Interface implemented by clients of the ILoginManager interface to provide authentication credentials

IENEUser
Interface of the user object

ILoginManager
ILoginModule
LoginModule Interface - implemented by authentication and authorization providers.

LoginException
LoginManager
The

PasswordRequest
A simple password credential requestor. This may be used with the LoginManager string array constructor.

SimpleCredentialRequest
The base class of credential requests that are settable with a String value. All credential requests that are to be used from the LoginManager string array constructor should extend this class.

StaticCredentialRequestHandler
A simple request handler that uses a username and password

UnsupportedCredentialException
UsernameRequest