public class SqlMembershipProvider extends MembershipProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.SqlMembershipProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.Security.SqlMembershipProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlMembershipProvider() |
SqlMembershipProvider(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlMembershipProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlMembershipProvider, a cast assert is made to check if types are compatible. |
boolean |
ChangePassword(java.lang.String username,
java.lang.String oldPassword,
java.lang.String newPassword) |
boolean |
ChangePasswordQuestionAndAnswer(java.lang.String username,
java.lang.String password,
java.lang.String newPasswordQuestion,
java.lang.String newPasswordAnswer) |
MembershipUser |
CreateUser(java.lang.String username,
java.lang.String password,
java.lang.String email,
java.lang.String passwordQuestion,
java.lang.String passwordAnswer,
boolean isApproved,
NetObject providerUserKey,
JCORefOut<MembershipCreateStatus> status) |
boolean |
DeleteUser(java.lang.String username,
boolean deleteAllRelatedData) |
MembershipUserCollection |
FindUsersByEmail(java.lang.String emailToMatch,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
MembershipUserCollection |
FindUsersByName(java.lang.String usernameToMatch,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
java.lang.String |
GeneratePassword() |
MembershipUserCollection |
GetAllUsers(int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
GetNumberOfUsersOnline() |
java.lang.String |
GetPassword(java.lang.String username,
java.lang.String passwordAnswer) |
MembershipUser |
GetUser(NetObject providerUserKey,
boolean userIsOnline) |
MembershipUser |
GetUser(java.lang.String username,
boolean userIsOnline) |
java.lang.String |
GetUserNameByEmail(java.lang.String email) |
void |
Initialize(java.lang.String name,
NameValueCollection config) |
java.lang.String |
ResetPassword(java.lang.String username,
java.lang.String passwordAnswer) |
void |
setJCOInstance(JCObject instance) |
boolean |
UnlockUser(java.lang.String username) |
void |
UpdateUser(MembershipUser user) |
boolean |
ValidateUser(java.lang.String username,
java.lang.String password) |
addValidatingPassword, getApplicationName, getEnablePasswordReset, getEnablePasswordRetrieval, getMaxInvalidPasswordAttempts, getMinRequiredNonAlphanumericCharacters, getMinRequiredPasswordLength, getPasswordAttemptWindow, getPasswordFormat, getPasswordStrengthRegularExpression, getRequiresQuestionAndAnswer, getRequiresUniqueEmail, removeValidatingPassword, setApplicationNamegetDescription, getNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlMembershipProvider()
throws java.lang.Throwable
java.lang.Throwablepublic SqlMembershipProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SqlMembershipProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlMembershipProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlMembershipProvider instancejava.lang.Throwable - in case of error during cast operationpublic boolean ChangePassword(java.lang.String username,
java.lang.String oldPassword,
java.lang.String newPassword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PlatformNotSupportedException,
NotSupportedException,
Win32Exception,
ProviderException,
HttpException,
IOException,
PathTooLongException,
FormatException,
SqlExecutionException,
SecurityException,
ApplicationException,
ConfigurationErrorsException,
CryptographicException,
OutOfMemoryException,
OverflowException,
RankException,
MembershipPasswordException
ChangePassword in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionProviderExceptionHttpExceptionIOExceptionPathTooLongExceptionFormatExceptionSqlExecutionExceptionSecurityExceptionApplicationExceptionConfigurationErrorsExceptionCryptographicExceptionOutOfMemoryExceptionOverflowExceptionRankExceptionMembershipPasswordExceptionpublic boolean ChangePasswordQuestionAndAnswer(java.lang.String username,
java.lang.String password,
java.lang.String newPasswordQuestion,
java.lang.String newPasswordAnswer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PlatformNotSupportedException,
NotSupportedException,
Win32Exception,
ProviderException,
HttpException,
IOException,
PathTooLongException,
FormatException,
SqlExecutionException,
SecurityException,
ApplicationException,
ConfigurationErrorsException,
CryptographicException,
OutOfMemoryException
ChangePasswordQuestionAndAnswer in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionProviderExceptionHttpExceptionIOExceptionPathTooLongExceptionFormatExceptionSqlExecutionExceptionSecurityExceptionApplicationExceptionConfigurationErrorsExceptionCryptographicExceptionOutOfMemoryExceptionpublic MembershipUser CreateUser(java.lang.String username, java.lang.String password, java.lang.String email, java.lang.String passwordQuestion, java.lang.String passwordAnswer, boolean isApproved, NetObject providerUserKey, JCORefOut<MembershipCreateStatus> status) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, FormatException, SecurityException, ApplicationException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException, CryptographicException, NullReferenceException, MemberAccessException, PathTooLongException, OverflowException, RankException, NotImplementedException, RegexMatchTimeoutException, PlatformNotSupportedException, Win32Exception, IOException, SqlExecutionException, InvalidTimeZoneException
CreateUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionSecurityExceptionApplicationExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionCryptographicExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionOverflowExceptionRankExceptionNotImplementedExceptionRegexMatchTimeoutExceptionPlatformNotSupportedExceptionWin32ExceptionIOExceptionSqlExecutionExceptionInvalidTimeZoneExceptionpublic boolean DeleteUser(java.lang.String username,
boolean deleteAllRelatedData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException
DeleteUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionpublic MembershipUserCollection FindUsersByEmail(java.lang.String emailToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, SqlException, InvalidCastException, OverflowException, CryptographicException, SqlTruncateException, TaskSchedulerException, InvalidTimeZoneException
FindUsersByEmail in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionSqlTruncateExceptionTaskSchedulerExceptionInvalidTimeZoneExceptionpublic MembershipUserCollection FindUsersByName(java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, SqlException, InvalidCastException, OverflowException, CryptographicException, SqlTruncateException, TaskSchedulerException, InvalidTimeZoneException
FindUsersByName in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionSqlTruncateExceptionTaskSchedulerExceptionInvalidTimeZoneExceptionpublic java.lang.String GeneratePassword()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic MembershipUserCollection GetAllUsers(int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, OutOfMemoryException, Win32Exception, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, SqlException, InvalidCastException, OverflowException, CryptographicException, IndexOutOfRangeException, SqlTruncateException, TaskSchedulerException, InvalidTimeZoneException
GetAllUsers in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionIndexOutOfRangeExceptionSqlTruncateExceptionTaskSchedulerExceptionInvalidTimeZoneExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MembershipProviderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MembershipProviderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MembershipProviderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MembershipProviderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MembershipProviderJCType representing the CLR Type of the instantiated Classpublic int GetNumberOfUsersOnline()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException,
NotImplementedException
GetNumberOfUsersOnline in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionNotImplementedExceptionpublic java.lang.String GetPassword(java.lang.String username,
java.lang.String passwordAnswer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException,
MemberAccessException,
PlatformNotSupportedException,
Win32Exception,
ProviderException,
HttpException,
IOException,
PathTooLongException,
SqlExecutionException,
SecurityException,
ApplicationException,
ConfigurationErrorsException,
CryptographicException,
OutOfMemoryException,
MembershipPasswordException
GetPassword in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionWin32ExceptionProviderExceptionHttpExceptionIOExceptionPathTooLongExceptionSqlExecutionExceptionSecurityExceptionApplicationExceptionConfigurationErrorsExceptionCryptographicExceptionOutOfMemoryExceptionMembershipPasswordExceptionpublic MembershipUser GetUser(NetObject providerUserKey, boolean userIsOnline) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, OutOfMemoryException, Win32Exception, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, SqlException, InvalidCastException, OverflowException, CryptographicException, IndexOutOfRangeException, SqlTruncateException, TaskSchedulerException
GetUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionIndexOutOfRangeExceptionSqlTruncateExceptionTaskSchedulerExceptionpublic MembershipUser GetUser(java.lang.String username, boolean userIsOnline) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, SqlException, InvalidCastException, OverflowException, CryptographicException, SqlTruncateException, TaskSchedulerException
GetUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionSqlTruncateExceptionTaskSchedulerExceptionpublic java.lang.String GetUserNameByEmail(java.lang.String email)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException,
EventSourceException,
KeyNotFoundException,
SqlNullValueException,
SqlException,
InvalidCastException,
OverflowException,
CryptographicException,
SqlTruncateException,
TaskSchedulerException
GetUserNameByEmail in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionSqlTruncateExceptionTaskSchedulerExceptionpublic void Initialize(java.lang.String name,
NameValueCollection config)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
HttpException,
IndexOutOfRangeException,
ProviderException,
OutOfMemoryException,
NullReferenceException,
KeyNotFoundException,
RankException,
PlatformNotSupportedException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ConfigurationErrorsException,
ConfigurationException,
InvalidCastException
Initialize in class ProviderBasejava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionOutOfMemoryExceptionNullReferenceExceptionKeyNotFoundExceptionRankExceptionPlatformNotSupportedExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationErrorsExceptionConfigurationExceptionInvalidCastExceptionpublic java.lang.String ResetPassword(java.lang.String username,
java.lang.String passwordAnswer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException,
MemberAccessException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
Win32Exception,
PathTooLongException,
ProviderException,
SecurityException,
TargetParameterCountException,
HttpException,
IOException,
SqlExecutionException,
ConfigurationException,
EventSourceException,
KeyNotFoundException,
SqlNullValueException,
InvalidCastException,
SqlException,
TaskSchedulerException,
MembershipPasswordException,
ApplicationException,
ConfigurationErrorsException,
CryptographicException
ResetPassword in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionMemberAccessExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionSecurityExceptionTargetParameterCountExceptionHttpExceptionIOExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionMembershipPasswordExceptionApplicationExceptionConfigurationErrorsExceptionCryptographicExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class MembershipProviderpublic boolean UnlockUser(java.lang.String username)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException
UnlockUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionpublic void UpdateUser(MembershipUser user) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, OverflowException
UpdateUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionpublic boolean ValidateUser(java.lang.String username,
java.lang.String password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NullReferenceException,
PlatformNotSupportedException,
NotSupportedException,
Win32Exception,
MemberAccessException,
ProviderException,
HttpException,
IOException,
PathTooLongException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
CryptographicException,
ObjectDisposedException,
OutOfMemoryException
ValidateUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionMemberAccessExceptionProviderExceptionHttpExceptionIOExceptionPathTooLongExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionCryptographicExceptionObjectDisposedExceptionOutOfMemoryException