Package system.web.security
Class SqlMembershipProvider
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.configuration.provider.ProviderBase
-
- system.web.security.MembershipProvider
-
- system.web.security.SqlMembershipProvider
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SqlMembershipProvider extends MembershipProvider
The base .NET class managing System.Web.Security.SqlMembershipProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.Security.SqlMembershipProviderstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SqlMembershipProvider()
SqlMembershipProvider(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlMembershipProvider
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSqlMembershipProvider
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeint
GetNumberOfUsersOnline()
java.lang.String
GetPassword(java.lang.String username, java.lang.String passwordAnswer)
MembershipUser
GetUser(java.lang.String username, boolean userIsOnline)
MembershipUser
GetUser(NetObject providerUserKey, 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)
-
Methods inherited from class system.web.security.MembershipProvider
addValidatingPassword, getApplicationName, getEnablePasswordReset, getEnablePasswordRetrieval, getMaxInvalidPasswordAttempts, getMinRequiredNonAlphanumericCharacters, getMinRequiredPasswordLength, getPasswordAttemptWindow, getPasswordFormat, getPasswordStrengthRegularExpression, getRequiresQuestionAndAnswer, getRequiresUniqueEmail, removeValidatingPassword, setApplicationName
-
Methods inherited from class system.configuration.provider.ProviderBase
getDescription, getName
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Security.SqlMembershipProvider- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMembershipProvider
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classMembershipProvider
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classMembershipProvider
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classMembershipProvider
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMembershipProvider
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMembershipProvider
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SqlMembershipProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSqlMembershipProvider
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SqlMembershipProvider
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ChangePassword
public 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
- Overrides:
ChangePassword
in classMembershipProvider
- 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
-
ChangePasswordQuestionAndAnswer
public 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
- Overrides:
ChangePasswordQuestionAndAnswer
in classMembershipProvider
- 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
-
DeleteUser
public 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
- Overrides:
DeleteUser
in classMembershipProvider
- 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
public 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
- Overrides:
UnlockUser
in classMembershipProvider
- 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
-
ValidateUser
public 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
- Overrides:
ValidateUser
in classMembershipProvider
- 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
-
GetNumberOfUsersOnline
public 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
- Overrides:
GetNumberOfUsersOnline
in classMembershipProvider
- 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
-
GeneratePassword
public java.lang.String GeneratePassword() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
OverflowException
-
GetPassword
public 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
- Overrides:
GetPassword
in classMembershipProvider
- 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
-
GetUserNameByEmail
public 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
- Overrides:
GetUserNameByEmail
in classMembershipProvider
- 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
-
ResetPassword
public 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, OverflowException
- Overrides:
ResetPassword
in classMembershipProvider
- 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
OverflowException
-
CreateUser
public 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
- Overrides:
CreateUser
in classMembershipProvider
- 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
-
GetUser
public 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
- Overrides:
GetUser
in classMembershipProvider
- 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
public 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
- Overrides:
GetUser
in classMembershipProvider
- 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
-
FindUsersByEmail
public 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
- Overrides:
FindUsersByEmail
in classMembershipProvider
- 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
public 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
- Overrides:
FindUsersByName
in classMembershipProvider
- 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
-
GetAllUsers
public 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
- Overrides:
GetAllUsers
in classMembershipProvider
- 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
-
Initialize
public 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
- Overrides:
Initialize
in classProviderBase
- 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
-
UpdateUser
public 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
- Overrides:
UpdateUser
in classMembershipProvider
- 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
-
-