public class ProfileProvider extends SettingsProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Profile.ProfileProvider
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.ProfileProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ProfileProvider() |
ProfileProvider(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ProfileProvider, 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) |
void |
setJCOInstance(JCObject instance) |
getApplicationName, GetPropertyValues, setApplicationName, SetPropertyValuesgetDescription, getName, Initializepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ProfileProvider()
throws java.lang.Throwable
java.lang.Throwablepublic ProfileProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ProfileProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ProfileProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedProfileProvider instancejava.lang.Throwable - in case of error during cast operationpublic int DeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable
java.lang.Throwablepublic int DeleteProfiles(JCORefOut dupParam0) throws java.lang.Throwable
java.lang.Throwablepublic int DeleteProfiles(ProfileInfoCollection profiles) throws java.lang.Throwable
java.lang.Throwablepublic int DeleteProfiles(java.lang.String[] usernames)
throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.Throwablepublic ProfileInfoCollection FindProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable
java.lang.Throwablepublic ProfileInfoCollection GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable
java.lang.Throwablepublic ProfileInfoCollection GetAllProfiles(ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SettingsProviderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SettingsProviderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SettingsProviderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SettingsProviderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SettingsProviderJCType representing the CLR Type of the instantiated Classpublic int GetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class SettingsProvider