Package system.web.security
Class MembershipUser
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.security.MembershipUser
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
ActiveDirectoryMembershipUser
public class MembershipUser extends NetObject
The base .NET class managing System.Web.Security.MembershipUser, System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Web.ApplicationServicesstatic java.lang.StringclassNameQualified class name: System.Web.Security.MembershipUserstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MembershipUsercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoMembershipUser, a cast assert is made to check if types are compatible.booleanChangePassword(java.lang.String oldPassword, java.lang.String newPassword)booleanChangePasswordQuestionAndAnswer(java.lang.String password, java.lang.String newPasswordQuestion, java.lang.String newPasswordAnswer)java.lang.StringgetComment()DateTimegetCreationDate()java.lang.StringgetEmail()booleangetIsApproved()booleangetIsLockedOut()booleangetIsOnline()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeDateTimegetLastActivityDate()DateTimegetLastLockoutDate()DateTimegetLastLoginDate()DateTimegetLastPasswordChangedDate()java.lang.StringGetPassword()java.lang.StringGetPassword(java.lang.String passwordAnswer)java.lang.StringgetPasswordQuestion()java.lang.StringgetProviderName()NetObjectgetProviderUserKey()java.lang.StringgetUserName()java.lang.StringResetPassword()java.lang.StringResetPassword(java.lang.String passwordAnswer)voidsetComment(java.lang.String Comment)voidsetEmail(java.lang.String Email)voidsetIsApproved(boolean IsApproved)voidsetJCOInstance(JCObject instance)voidsetLastActivityDate(DateTime LastActivityDate)voidsetLastLoginDate(DateTime LastLoginDate)booleanUnlockUser()
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web.ApplicationServices- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Security.MembershipUser- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MembershipUser
public MembershipUser(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
MembershipUser
public MembershipUser() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MembershipUser
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionOutOfMemoryExceptionMissingManifestResourceExceptionInvalidTimeZoneExceptionIOExceptionOverflowException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static MembershipUser cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoMembershipUser, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
MembershipUserinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ChangePassword
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowException
-
ChangePasswordQuestionAndAnswer
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowException
-
UnlockUser
public boolean UnlockUser() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionArgumentOutOfRangeExceptionOverflowException
-
GetPassword
public java.lang.String GetPassword() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
GetPassword
public java.lang.String GetPassword(java.lang.String passwordAnswer) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
ResetPassword
public java.lang.String ResetPassword() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, OverflowException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionOverflowExceptionArgumentException
-
ResetPassword
public java.lang.String ResetPassword(java.lang.String passwordAnswer) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionArgumentOutOfRangeExceptionOverflowException
-
getIsApproved
public boolean getIsApproved() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsApproved
public void setIsApproved(boolean IsApproved) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsLockedOut
public boolean getIsLockedOut() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsOnline
public boolean getIsOnline() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, OverflowException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionOverflowExceptionArgumentNullException
-
getCreationDate
public DateTime getCreationDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedException
-
getLastActivityDate
public DateTime getLastActivityDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedException
-
setLastActivityDate
public void setLastActivityDate(DateTime LastActivityDate) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
-
getLastLockoutDate
public DateTime getLastLockoutDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedException
-
getLastLoginDate
public DateTime getLastLoginDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedException
-
setLastLoginDate
public void setLastLoginDate(DateTime LastLoginDate) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException
-
getLastPasswordChangedDate
public DateTime getLastPasswordChangedDate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedException
-
getProviderUserKey
public NetObject getProviderUserKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getComment
public java.lang.String getComment() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setComment
public void setComment(java.lang.String Comment) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getEmail
public java.lang.String getEmail() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEmail
public void setEmail(java.lang.String Email) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPasswordQuestion
public java.lang.String getPasswordQuestion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getProviderName
public java.lang.String getProviderName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUserName
public java.lang.String getUserName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-