public class ActiveDirectoryMembershipProvider extends MembershipProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.ActiveDirectoryMembershipProvider
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.ActiveDirectoryMembershipProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ActiveDirectoryMembershipProvider() |
ActiveDirectoryMembershipProvider(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ActiveDirectoryMembershipProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ActiveDirectoryMembershipProvider, 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) |
ActiveDirectoryConnectionProtection |
getCurrentConnectionProtection() |
boolean |
getEnableSearchMethods() |
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) |
int |
getPasswordAnswerAttemptLockoutDuration() |
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 ActiveDirectoryMembershipProvider()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public ActiveDirectoryMembershipProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ActiveDirectoryMembershipProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ActiveDirectoryMembershipProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedActiveDirectoryMembershipProvider 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,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
OverflowException,
OutOfMemoryException,
RankException,
SecurityException,
RegexMatchTimeoutException,
CryptographicException,
HttpException,
InvalidEnumArgumentException,
AccessViolationException,
ProviderException,
MembershipPasswordException
ChangePassword in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionOverflowExceptionOutOfMemoryExceptionRankExceptionSecurityExceptionRegexMatchTimeoutExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionMembershipPasswordExceptionpublic 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,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
ProviderException,
OutOfMemoryException,
CryptographicException,
HttpException,
InvalidEnumArgumentException,
AccessViolationException,
OverflowException,
PlatformNotSupportedException,
LdapException,
DirectoryOperationException,
DsmlInvalidDocumentException,
DirectoryException
ChangePasswordQuestionAndAnswer in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionProviderExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionOverflowExceptionPlatformNotSupportedExceptionLdapExceptionDirectoryOperationExceptionDsmlInvalidDocumentExceptionDirectoryExceptionpublic 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, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ProviderException, OutOfMemoryException, NullReferenceException, MemberAccessException, PathTooLongException, OverflowException, RankException, SecurityException, RegexMatchTimeoutException, CryptographicException, HttpException, FormatException, InvalidEnumArgumentException, AccessViolationException
CreateUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionProviderExceptionOutOfMemoryExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionOverflowExceptionRankExceptionSecurityExceptionRegexMatchTimeoutExceptionCryptographicExceptionHttpExceptionFormatExceptionInvalidEnumArgumentExceptionAccessViolationExceptionpublic boolean DeleteUser(java.lang.String username,
boolean deleteAllRelatedData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
CryptographicException,
HttpException,
InvalidEnumArgumentException,
AccessViolationException,
ProviderException
DeleteUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionpublic 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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OutOfMemoryException, CryptographicException, HttpException, InvalidEnumArgumentException, AccessViolationException, ProviderException, OverflowException
FindUsersByEmail in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionOverflowExceptionpublic 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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OutOfMemoryException, CryptographicException, HttpException, InvalidEnumArgumentException, AccessViolationException, ProviderException, OverflowException
FindUsersByName in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionOverflowExceptionpublic 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
GetAllUsers in class MembershipProviderjava.lang.Throwablepublic ActiveDirectoryConnectionProtection getCurrentConnectionProtection() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public boolean getEnableSearchMethods()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public 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,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
GetNumberOfUsersOnline in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic 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
GetPassword in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic int getPasswordAnswerAttemptLockoutDuration()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public MembershipUser GetUser(NetObject providerUserKey, boolean userIsOnline) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException, CryptographicException, HttpException, InvalidEnumArgumentException, AccessViolationException, ProviderException, OverflowException
GetUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionOverflowExceptionpublic MembershipUser GetUser(java.lang.String username, boolean userIsOnline) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OutOfMemoryException, CryptographicException, HttpException, InvalidEnumArgumentException, AccessViolationException, ProviderException, OverflowException
GetUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionOverflowExceptionpublic java.lang.String GetUserNameByEmail(java.lang.String email)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
CryptographicException,
HttpException,
InvalidEnumArgumentException,
AccessViolationException,
ProviderException
GetUserNameByEmail in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionpublic 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,
PlatformNotSupportedException,
IndexOutOfRangeException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ProviderException,
HttpRequestValidationException,
ConfigurationErrorsException,
ConfigurationException,
CryptographicException,
InvalidCastException,
RankException,
FormatException,
OverflowException,
XPathException,
DsmlInvalidDocumentException,
DirectoryOperationException,
LdapException,
DirectoryException,
InvalidEnumArgumentException,
ActiveDirectoryOperationException,
SocketException,
ActiveDirectoryObjectNotFoundException
Initialize in class ProviderBasejava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionCryptographicExceptionInvalidCastExceptionRankExceptionFormatExceptionOverflowExceptionXPathExceptionDsmlInvalidDocumentExceptionDirectoryOperationExceptionLdapExceptionDirectoryExceptionInvalidEnumArgumentExceptionActiveDirectoryOperationExceptionSocketExceptionActiveDirectoryObjectNotFoundExceptionpublic 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,
OutOfMemoryException,
CryptographicException,
HttpException,
InvalidEnumArgumentException,
AccessViolationException,
ProviderException,
OverflowException,
MembershipPasswordException
ResetPassword in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionOverflowExceptionMembershipPasswordExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class MembershipProviderpublic boolean UnlockUser(java.lang.String username)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
CryptographicException,
HttpException,
InvalidEnumArgumentException,
AccessViolationException,
ProviderException
UnlockUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionpublic void UpdateUser(MembershipUser user) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OutOfMemoryException, CryptographicException, HttpException, InvalidEnumArgumentException, AccessViolationException, ProviderException
UpdateUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionpublic boolean ValidateUser(java.lang.String username,
java.lang.String password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
CryptographicException,
NotSupportedException,
HttpException,
InvalidEnumArgumentException,
AccessViolationException,
ProviderException,
PlatformNotSupportedException,
LdapException,
DirectoryOperationException,
DirectoryException,
ConfigurationException,
ConfigurationErrorsException,
OverflowException,
AbandonedMutexException
ValidateUser in class MembershipProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionCryptographicExceptionNotSupportedExceptionHttpExceptionInvalidEnumArgumentExceptionAccessViolationExceptionProviderExceptionPlatformNotSupportedExceptionLdapExceptionDirectoryOperationExceptionDirectoryExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionAbandonedMutexException