Package system.web.security
Class MembershipPasswordAttribute
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.Attribute
-
- system.componentmodel.dataannotations.ValidationAttribute
-
- system.web.security.MembershipPasswordAttribute
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class MembershipPasswordAttribute extends ValidationAttribute
The base .NET class managing System.Web.Security.MembershipPasswordAttribute, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.MembershipPasswordAttribute
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.Security.MembershipPasswordAttributestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MembershipPasswordAttribute()MembershipPasswordAttribute(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MembershipPasswordAttributecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoMembershipPasswordAttribute, a cast assert is made to check if types are compatible.java.lang.StringFormatErrorMessage(java.lang.String name)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 Typejava.lang.StringgetMinNonAlphanumericCharactersError()java.lang.StringgetMinPasswordLengthError()intgetMinRequiredNonAlphanumericCharacters()intgetMinRequiredPasswordLength()java.lang.StringgetPasswordStrengthError()java.lang.StringgetPasswordStrengthRegularExpression()NetTypegetResourceType()voidsetJCOInstance(JCObject instance)voidsetMinNonAlphanumericCharactersError(java.lang.String MinNonAlphanumericCharactersError)voidsetMinPasswordLengthError(java.lang.String MinPasswordLengthError)voidsetMinRequiredNonAlphanumericCharacters(int MinRequiredNonAlphanumericCharacters)voidsetMinRequiredPasswordLength(int MinRequiredPasswordLength)voidsetPasswordStrengthError(java.lang.String PasswordStrengthError)voidsetPasswordStrengthRegularExpression(java.lang.String PasswordStrengthRegularExpression)voidsetResourceType(NetType ResourceType)-
Methods inherited from class system.componentmodel.dataannotations.ValidationAttribute
getErrorMessage, getErrorMessageResourceName, getErrorMessageResourceType, getRequiresValidationContext, GetValidationResult, IsValid, setErrorMessage, setErrorMessageResourceName, setErrorMessageResourceType, Validate, Validate
-
Methods inherited from class system.Attribute
GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, getTypeId, IsDefaultAttribute, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, Match
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Security.MembershipPasswordAttribute- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MembershipPasswordAttribute
public MembershipPasswordAttribute(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
MembershipPasswordAttribute
public MembershipPasswordAttribute() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classValidationAttribute- 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 classValidationAttribute- 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 classValidationAttribute- 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 classValidationAttribute- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classValidationAttribute
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classValidationAttribute- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static MembershipPasswordAttribute cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoMembershipPasswordAttribute, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
MembershipPasswordAttributeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FormatErrorMessage
public java.lang.String FormatErrorMessage(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException- Overrides:
FormatErrorMessagein classValidationAttribute- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
getMinRequiredNonAlphanumericCharacters
public int getMinRequiredNonAlphanumericCharacters() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, ConfigurationException, TypeLoadException- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadException
-
setMinRequiredNonAlphanumericCharacters
public void setMinRequiredNonAlphanumericCharacters(int MinRequiredNonAlphanumericCharacters) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMinRequiredPasswordLength
public int getMinRequiredPasswordLength() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, ConfigurationException, TypeLoadException- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadException
-
setMinRequiredPasswordLength
public void setMinRequiredPasswordLength(int MinRequiredPasswordLength) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMinNonAlphanumericCharactersError
public java.lang.String getMinNonAlphanumericCharactersError() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMinNonAlphanumericCharactersError
public void setMinNonAlphanumericCharactersError(java.lang.String MinNonAlphanumericCharactersError) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMinPasswordLengthError
public java.lang.String getMinPasswordLengthError() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMinPasswordLengthError
public void setMinPasswordLengthError(java.lang.String MinPasswordLengthError) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPasswordStrengthError
public java.lang.String getPasswordStrengthError() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPasswordStrengthError
public void setPasswordStrengthError(java.lang.String PasswordStrengthError) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPasswordStrengthRegularExpression
public java.lang.String getPasswordStrengthRegularExpression() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, ConfigurationException, TypeLoadException- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadException
-
setPasswordStrengthRegularExpression
public void setPasswordStrengthRegularExpression(java.lang.String PasswordStrengthRegularExpression) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getResourceType
public NetType getResourceType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResourceType
public void setResourceType(NetType ResourceType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-