Method | Description | |
---|---|---|
AuthenticateAdmin ( string username, string password ) : System.Result | ||
AuthenticateModerator ( string username, string password ) : System.Result | ||
AuthenticateUser ( string username, string password ) : System.Result | ||
AuthorizedLogin ( string username, string password ) : System.Result | ||
AuthorizedLogout ( string username ) : System.Result | ||
AuthorizedRegister ( string username, string password ) : System.Result | ||
IsAuthorizedToEdit ( string username, Postkey postkey, string password ) : System.Result | ||
IsAuthorizedToEditSubforums ( string username ) : System.Result | ||
IsAuthorizedToPost ( string username, string subforum ) : System.Result | ||
IsLoggedin ( string username ) : bool | ||
SecurityManager ( IDataManager dataManager, String>.ConcurrentDictionary |
Method | Description | |
---|---|---|
IsUserLoggendIn ( |
public AuthenticateAdmin ( string username, string password ) : System.Result | ||
username | string | |
password | string | |
return | System.Result |
public AuthenticateModerator ( string username, string password ) : System.Result | ||
username | string | |
password | string | |
return | System.Result |
public AuthenticateUser ( string username, string password ) : System.Result | ||
username | string | |
password | string | |
return | System.Result |
public AuthorizedLogin ( string username, string password ) : System.Result | ||
username | string | |
password | string | |
return | System.Result |
public AuthorizedLogout ( string username ) : System.Result | ||
username | string | |
return | System.Result |
public AuthorizedRegister ( string username, string password ) : System.Result | ||
username | string | |
password | string | |
return | System.Result |
public IsAuthorizedToEdit ( string username, Postkey postkey, string password ) : System.Result | ||
username | string | |
postkey | Postkey | |
password | string | |
return | System.Result |
public IsAuthorizedToEditSubforums ( string username ) : System.Result | ||
username | string | |
return | System.Result |
public IsAuthorizedToPost ( string username, string subforum ) : System.Result | ||
username | string | |
subforum | string | |
return | System.Result |
public SecurityManager ( IDataManager dataManager, String>.ConcurrentDictionary |
||
dataManager | IDataManager | |
subscribed | String>.ConcurrentDictionary | |
return | System |