public class SqlProfileProvider extends ProfileProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Profile.SqlProfileProvider
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.Profile.SqlProfileProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlProfileProvider() |
SqlProfileProvider(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlProfileProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlProfileProvider, a cast assert is made to check if types are compatible. |
int |
DeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption,
DateTime userInactiveSinceDate) |
int |
DeleteProfiles(JCORefOut dupParam0) |
int |
DeleteProfiles(ProfileInfoCollection profiles) |
int |
DeleteProfiles(java.lang.String[] usernames) |
ProfileInfoCollection |
FindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption,
java.lang.String usernameToMatch,
DateTime userInactiveSinceDate,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
ProfileInfoCollection |
FindProfilesByUserName(ProfileAuthenticationOption authenticationOption,
java.lang.String usernameToMatch,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
ProfileInfoCollection |
GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption,
DateTime userInactiveSinceDate,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
ProfileInfoCollection |
GetAllProfiles(ProfileAuthenticationOption authenticationOption,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
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
|
int |
GetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption,
DateTime userInactiveSinceDate) |
SettingsPropertyValueCollection |
GetPropertyValues(SettingsContext sc,
SettingsPropertyCollection properties) |
void |
Initialize(java.lang.String name,
NameValueCollection config) |
void |
setJCOInstance(JCObject instance) |
void |
SetPropertyValues(SettingsContext sc,
SettingsPropertyValueCollection properties) |
getApplicationName, setApplicationNamegetDescription, getNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlProfileProvider()
throws java.lang.Throwable
java.lang.Throwablepublic SqlProfileProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SqlProfileProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlProfileProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlProfileProvider instancejava.lang.Throwable - in case of error during cast operationpublic int DeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, InvalidTimeZoneException, OverflowException
DeleteInactiveProfiles in class ProfileProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionInvalidTimeZoneExceptionOverflowExceptionpublic int DeleteProfiles(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException
DeleteProfiles in class ProfileProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionpublic int DeleteProfiles(ProfileInfoCollection profiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
DeleteProfiles in class ProfileProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic int DeleteProfiles(java.lang.String[] usernames)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException
DeleteProfiles in class ProfileProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionpublic ProfileInfoCollection FindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, 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, InvalidTimeZoneException, SecurityException, IOException, OverflowException, NullReferenceException, MemberAccessException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, TargetParameterCountException, HttpException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException
FindInactiveProfilesByUserName in class ProfileProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionSecurityExceptionIOExceptionOverflowExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionTargetParameterCountExceptionHttpExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionpublic ProfileInfoCollection FindProfilesByUserName(ProfileAuthenticationOption authenticationOption, 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, NullReferenceException, MemberAccessException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, SecurityException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException, OverflowException
FindProfilesByUserName in class ProfileProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionSecurityExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionOverflowExceptionpublic ProfileInfoCollection GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PlatformNotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, TargetParameterCountException, HttpException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException
GetAllInactiveProfiles in class ProfileProviderjava.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionSecurityExceptionIOExceptionInvalidOperationExceptionNotSupportedExceptionOverflowExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionTargetParameterCountExceptionHttpExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionpublic ProfileInfoCollection GetAllProfiles(ProfileAuthenticationOption authenticationOption, 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, NullReferenceException, MemberAccessException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, SecurityException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException, OverflowException
GetAllProfiles in class ProfileProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionSecurityExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionOverflowExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ProfileProviderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ProfileProviderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ProfileProviderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ProfileProviderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ProfileProviderJCType representing the CLR Type of the instantiated Classpublic int GetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, InvalidTimeZoneException, OverflowException
GetNumberOfInactiveProfiles in class ProfileProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionInvalidTimeZoneExceptionOverflowExceptionpublic SettingsPropertyValueCollection GetPropertyValues(SettingsContext sc, SettingsPropertyCollection properties) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, HttpException, NullReferenceException, MemberAccessException, PlatformNotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, SecurityException, TargetParameterCountException, IOException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException, OverflowException
GetPropertyValues in class SettingsProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionHttpExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionSecurityExceptionTargetParameterCountExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionOverflowExceptionpublic void Initialize(java.lang.String name,
NameValueCollection config)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
Initialize in class ProviderBasejava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ProfileProviderpublic void SetPropertyValues(SettingsContext sc, SettingsPropertyValueCollection properties) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, FormatException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, OutOfMemoryException, FileNotFoundException, SerializationException, XmlException, NotImplementedException, NotSupportedException, MissingMethodException, NullReferenceException, MemberAccessException, TypeLoadException, PlatformNotSupportedException, Win32Exception, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException
SetPropertyValues in class SettingsProviderjava.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionFormatExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionFileNotFoundExceptionSerializationExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionNullReferenceExceptionMemberAccessExceptionTypeLoadExceptionPlatformNotSupportedExceptionWin32ExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationException