public class MembershipPasswordAttribute extends ValidationAttribute
.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
| 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.MembershipPasswordAttribute
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MembershipPasswordAttribute() |
MembershipPasswordAttribute(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MembershipPasswordAttribute |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MembershipPasswordAttribute, a cast assert is made to check if types are compatible. |
java.lang.String |
FormatErrorMessage(java.lang.String name) |
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
|
java.lang.String |
getMinNonAlphanumericCharactersError() |
java.lang.String |
getMinPasswordLengthError() |
int |
getMinRequiredNonAlphanumericCharacters() |
int |
getMinRequiredPasswordLength() |
java.lang.String |
getPasswordStrengthError() |
java.lang.String |
getPasswordStrengthRegularExpression() |
NetType |
getResourceType() |
void |
setJCOInstance(JCObject instance) |
void |
setMinNonAlphanumericCharactersError(java.lang.String MinNonAlphanumericCharactersError) |
void |
setMinPasswordLengthError(java.lang.String MinPasswordLengthError) |
void |
setMinRequiredNonAlphanumericCharacters(int MinRequiredNonAlphanumericCharacters) |
void |
setMinRequiredPasswordLength(int MinRequiredPasswordLength) |
void |
setPasswordStrengthError(java.lang.String PasswordStrengthError) |
void |
setPasswordStrengthRegularExpression(java.lang.String PasswordStrengthRegularExpression) |
void |
setResourceType(NetType ResourceType) |
getErrorMessage, getErrorMessageResourceName, getErrorMessageResourceType, getRequiresValidationContext, GetValidationResult, IsValid, setErrorMessage, setErrorMessageResourceName, setErrorMessageResourceType, Validate, ValidateGetCustomAttribute, 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, Matchpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public MembershipPasswordAttribute()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public MembershipPasswordAttribute(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static MembershipPasswordAttribute cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MembershipPasswordAttribute, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMembershipPasswordAttribute instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String FormatErrorMessage(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
FormatErrorMessage in class ValidationAttributejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ValidationAttributeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ValidationAttributeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ValidationAttributeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ValidationAttributeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ValidationAttributeJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMinNonAlphanumericCharactersError()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getMinPasswordLengthError()
throws java.lang.Throwable
java.lang.Throwablepublic int getMinRequiredNonAlphanumericCharacters()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadExceptionpublic int getMinRequiredPasswordLength()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadExceptionpublic java.lang.String getPasswordStrengthError()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPasswordStrengthRegularExpression()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionTypeLoadExceptionpublic NetType getResourceType() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ValidationAttributepublic void setMinNonAlphanumericCharactersError(java.lang.String MinNonAlphanumericCharactersError)
throws java.lang.Throwable
java.lang.Throwablepublic void setMinPasswordLengthError(java.lang.String MinPasswordLengthError)
throws java.lang.Throwable
java.lang.Throwablepublic void setMinRequiredNonAlphanumericCharacters(int MinRequiredNonAlphanumericCharacters)
throws java.lang.Throwable
java.lang.Throwablepublic void setMinRequiredPasswordLength(int MinRequiredPasswordLength)
throws java.lang.Throwable
java.lang.Throwablepublic void setPasswordStrengthError(java.lang.String PasswordStrengthError)
throws java.lang.Throwable
java.lang.Throwablepublic void setPasswordStrengthRegularExpression(java.lang.String PasswordStrengthRegularExpression)
throws java.lang.Throwable
java.lang.Throwablepublic void setResourceType(NetType ResourceType) throws java.lang.Throwable
java.lang.Throwable