public class Membership extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.Membership
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.Membership
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Membership() |
Membership(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Membership |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Membership, a cast assert is made to check if types are compatible. |
static MembershipUser |
CreateUser(java.lang.String username,
java.lang.String password) |
static MembershipUser |
CreateUser(java.lang.String username,
java.lang.String password,
java.lang.String email) |
static MembershipUser |
CreateUser(java.lang.String username,
java.lang.String password,
java.lang.String email,
java.lang.String passwordQuestion,
java.lang.String passwordAnswer,
boolean isApproved,
JCORefOut<MembershipCreateStatus> status) |
static 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) |
static boolean |
DeleteUser(java.lang.String username) |
static boolean |
DeleteUser(java.lang.String username,
boolean deleteAllRelatedData) |
static MembershipUserCollection |
FindUsersByEmail(java.lang.String emailToMatch) |
static MembershipUserCollection |
FindUsersByEmail(java.lang.String emailToMatch,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static MembershipUserCollection |
FindUsersByName(java.lang.String usernameToMatch) |
static MembershipUserCollection |
FindUsersByName(java.lang.String usernameToMatch,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static java.lang.String |
GeneratePassword(int length,
int numberOfNonAlphanumericCharacters) |
static MembershipUserCollection |
GetAllUsers() |
static MembershipUserCollection |
GetAllUsers(int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static java.lang.String |
getApplicationName() |
static boolean |
getEnablePasswordReset() |
static boolean |
getEnablePasswordRetrieval() |
static java.lang.String |
getHashAlgorithmType() |
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
|
static int |
getMaxInvalidPasswordAttempts() |
static int |
getMinRequiredNonAlphanumericCharacters() |
static int |
getMinRequiredPasswordLength() |
static int |
GetNumberOfUsersOnline() |
static int |
getPasswordAttemptWindow() |
static java.lang.String |
getPasswordStrengthRegularExpression() |
static MembershipProvider |
getProvider() |
static MembershipProviderCollection |
getProviders() |
static boolean |
getRequiresQuestionAndAnswer() |
static MembershipUser |
GetUser() |
static MembershipUser |
GetUser(boolean userIsOnline) |
static MembershipUser |
GetUser(NetObject providerUserKey) |
static MembershipUser |
GetUser(NetObject providerUserKey,
boolean userIsOnline) |
static MembershipUser |
GetUser(java.lang.String username) |
static MembershipUser |
GetUser(java.lang.String username,
boolean userIsOnline) |
static int |
getUserIsOnlineTimeWindow() |
static java.lang.String |
GetUserNameByEmail(java.lang.String emailToMatch) |
static void |
setApplicationName(java.lang.String ApplicationName) |
void |
setJCOInstance(JCObject instance) |
static void |
UpdateUser(MembershipUser user) |
static boolean |
ValidateUser(java.lang.String username,
java.lang.String password) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Membership()
throws java.lang.Throwable
java.lang.Throwablepublic Membership(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Membership cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Membership, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMembership instancejava.lang.Throwable - in case of error during cast operationpublic static MembershipUser CreateUser(java.lang.String username, java.lang.String password) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentException, MissingManifestResourceException, InvalidOperationException, HttpException, ConfigurationErrorsException, ConfigurationException, NotSupportedException, MissingMethodException, TargetInvocationException, ProviderException, MembershipCreateUserException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionMembershipCreateUserExceptionpublic static MembershipUser CreateUser(java.lang.String username, java.lang.String password, java.lang.String email) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, TypeLoadException, ProviderException, MembershipCreateUserException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionTypeLoadExceptionProviderExceptionMembershipCreateUserExceptionpublic static MembershipUser CreateUser(java.lang.String username, java.lang.String password, java.lang.String email, java.lang.String passwordQuestion, java.lang.String passwordAnswer, boolean isApproved, JCORefOut<MembershipCreateStatus> status) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionpublic static 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, SecurityException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static boolean DeleteUser(java.lang.String username)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static boolean DeleteUser(java.lang.String username,
boolean deleteAllRelatedData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static MembershipUserCollection FindUsersByEmail(java.lang.String emailToMatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionpublic static 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, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static MembershipUserCollection FindUsersByName(java.lang.String usernameToMatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static 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, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static java.lang.String GeneratePassword(int length,
int numberOfNonAlphanumericCharacters)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic static MembershipUserCollection GetAllUsers() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionpublic static 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, SecurityException, TargetParameterCountException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionTargetParameterCountExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static java.lang.String getApplicationName()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadExceptionpublic static boolean getEnablePasswordReset()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static boolean getEnablePasswordRetrieval()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static java.lang.String getHashAlgorithmType()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static int getMaxInvalidPasswordAttempts()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static int getMinRequiredNonAlphanumericCharacters()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static int getMinRequiredPasswordLength()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static int GetNumberOfUsersOnline()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadExceptionpublic static int getPasswordAttemptWindow()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static java.lang.String getPasswordStrengthRegularExpression()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static MembershipProvider getProvider() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException, InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static MembershipProviderCollection getProviders() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException, InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static boolean getRequiresQuestionAndAnswer()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static MembershipUser GetUser() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, SecurityException, NullReferenceException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionSecurityExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static MembershipUser GetUser(boolean userIsOnline) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, SecurityException, NullReferenceException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionSecurityExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static MembershipUser GetUser(NetObject providerUserKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionpublic static MembershipUser GetUser(NetObject providerUserKey, boolean userIsOnline) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, ConfigurationException, TypeLoadException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadExceptionpublic static MembershipUser GetUser(java.lang.String username) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionpublic static MembershipUser GetUser(java.lang.String username, boolean userIsOnline) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static int getUserIsOnlineTimeWindow()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
InvalidCastException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionInvalidCastExceptionpublic static java.lang.String GetUserNameByEmail(java.lang.String emailToMatch)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
TargetParameterCountException,
NotSupportedException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionpublic static void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void UpdateUser(MembershipUser user) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, OverflowException, ArgumentException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionOverflowExceptionArgumentExceptionpublic static boolean ValidateUser(java.lang.String username,
java.lang.String password)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadException