public class MembershipUser extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.MembershipUser
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.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web.ApplicationServices
|
static java.lang.String |
className
Qualified class name: System.Web.Security.MembershipUser
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MembershipUser() |
MembershipUser(java.lang.Object instance)
Internal constructor.
|
MembershipUser(java.lang.String providerName,
java.lang.String name,
NetObject providerUserKey,
java.lang.String email,
java.lang.String passwordQuestion,
java.lang.String comment,
boolean isApproved,
boolean isLockedOut,
DateTime creationDate,
DateTime lastLoginDate,
DateTime lastActivityDate,
DateTime lastPasswordChangedDate,
DateTime lastLockoutDate) |
| Modifier and Type | Method and Description |
|---|---|
static MembershipUser |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MembershipUser, a cast assert is made to check if types are compatible. |
boolean |
ChangePassword(java.lang.String oldPassword,
java.lang.String newPassword) |
boolean |
ChangePasswordQuestionAndAnswer(java.lang.String password,
java.lang.String newPasswordQuestion,
java.lang.String newPasswordAnswer) |
java.lang.String |
getComment() |
DateTime |
getCreationDate() |
java.lang.String |
getEmail() |
boolean |
getIsApproved() |
boolean |
getIsLockedOut() |
boolean |
getIsOnline() |
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
|
DateTime |
getLastActivityDate() |
DateTime |
getLastLockoutDate() |
DateTime |
getLastLoginDate() |
DateTime |
getLastPasswordChangedDate() |
java.lang.String |
GetPassword() |
java.lang.String |
GetPassword(java.lang.String passwordAnswer) |
java.lang.String |
getPasswordQuestion() |
java.lang.String |
getProviderName() |
NetObject |
getProviderUserKey() |
java.lang.String |
getUserName() |
java.lang.String |
ResetPassword() |
java.lang.String |
ResetPassword(java.lang.String passwordAnswer) |
void |
setComment(java.lang.String Comment) |
void |
setEmail(java.lang.String Email) |
void |
setIsApproved(boolean IsApproved) |
void |
setJCOInstance(JCObject instance) |
void |
setLastActivityDate(DateTime LastActivityDate) |
void |
setLastLoginDate(DateTime LastLoginDate) |
boolean |
UnlockUser() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public MembershipUser()
throws java.lang.Throwable
java.lang.Throwablepublic MembershipUser(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic MembershipUser(java.lang.String providerName,
java.lang.String name,
NetObject providerUserKey,
java.lang.String email,
java.lang.String passwordQuestion,
java.lang.String comment,
boolean isApproved,
boolean isLockedOut,
DateTime creationDate,
DateTime lastLoginDate,
DateTime lastActivityDate,
DateTime lastPasswordChangedDate,
DateTime lastLockoutDate)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
OutOfMemoryException,
MissingManifestResourceException,
InvalidTimeZoneException,
IOException,
OverflowException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionMissingManifestResourceExceptionInvalidTimeZoneExceptionIOExceptionOverflowExceptionpublic static MembershipUser cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MembershipUser, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMembershipUser instancejava.lang.Throwable - in case of error during cast operationpublic boolean ChangePassword(java.lang.String oldPassword,
java.lang.String newPassword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionpublic boolean ChangePasswordQuestionAndAnswer(java.lang.String password,
java.lang.String newPasswordQuestion,
java.lang.String newPasswordAnswer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionpublic java.lang.String getComment()
throws java.lang.Throwable
java.lang.Throwablepublic DateTime getCreationDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic java.lang.String getEmail()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsApproved()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsLockedOut()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsOnline()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
OverflowException,
ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionOverflowExceptionArgumentNullExceptionpublic 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 DateTime getLastActivityDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic DateTime getLastLockoutDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic DateTime getLastLoginDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic DateTime getLastPasswordChangedDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic java.lang.String GetPassword()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String GetPassword(java.lang.String passwordAnswer)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getPasswordQuestion()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getProviderName()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getProviderUserKey() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String ResetPassword()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentOutOfRangeException,
OverflowException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionOverflowExceptionArgumentExceptionpublic java.lang.String ResetPassword(java.lang.String passwordAnswer)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
ArgumentOutOfRangeException,
OverflowException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionArgumentOutOfRangeExceptionOverflowExceptionpublic void setComment(java.lang.String Comment)
throws java.lang.Throwable
java.lang.Throwablepublic void setEmail(java.lang.String Email)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsApproved(boolean IsApproved)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLastActivityDate(DateTime LastActivityDate) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
public void setLastLoginDate(DateTime LastLoginDate) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
public boolean UnlockUser()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
ArgumentOutOfRangeException,
OverflowException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionArgumentOutOfRangeExceptionOverflowException