public class ProfileManager extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Profile.ProfileManager
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.ProfileManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ProfileManager() |
ProfileManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AddDynamicProfileProperty(ProfilePropertySettings property) |
static ProfileManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ProfileManager, a cast assert is made to check if types are compatible. |
static int |
DeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption,
DateTime userInactiveSinceDate) |
static boolean |
DeleteProfile(java.lang.String username) |
static int |
DeleteProfiles(JCORefOut dupParam0) |
static int |
DeleteProfiles(ProfileInfoCollection profiles) |
static int |
DeleteProfiles(java.lang.String[] usernames) |
static ProfileInfoCollection |
FindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption,
java.lang.String usernameToMatch,
DateTime userInactiveSinceDate) |
static ProfileInfoCollection |
FindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption,
java.lang.String usernameToMatch,
DateTime userInactiveSinceDate,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static ProfileInfoCollection |
FindProfilesByUserName(ProfileAuthenticationOption authenticationOption,
java.lang.String usernameToMatch) |
static ProfileInfoCollection |
FindProfilesByUserName(ProfileAuthenticationOption authenticationOption,
java.lang.String usernameToMatch,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static ProfileInfoCollection |
GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption,
DateTime userInactiveSinceDate) |
static ProfileInfoCollection |
GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption,
DateTime userInactiveSinceDate,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static ProfileInfoCollection |
GetAllProfiles(ProfileAuthenticationOption authenticationOption) |
static ProfileInfoCollection |
GetAllProfiles(ProfileAuthenticationOption authenticationOption,
int pageIndex,
int pageSize,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) |
static java.lang.String |
getApplicationName() |
static boolean |
getAutomaticSaveEnabled() |
static boolean |
getEnabled() |
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
|
static int |
GetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption,
DateTime userInactiveSinceDate) |
static int |
GetNumberOfProfiles(ProfileAuthenticationOption authenticationOption) |
static ProfileProvider |
getProvider() |
static ProfileProviderCollection |
getProviders() |
static void |
setApplicationName(java.lang.String ApplicationName) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ProfileManager()
throws java.lang.Throwable
java.lang.Throwablepublic ProfileManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static void AddDynamicProfileProperty(ProfilePropertySettings property) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionConfigurationExceptionpublic static ProfileManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ProfileManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedProfileManager instancejava.lang.Throwable - in case of error during cast operationpublic static int DeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static boolean DeleteProfile(java.lang.String username)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static int DeleteProfiles(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static int DeleteProfiles(ProfileInfoCollection profiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, SecurityException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static int DeleteProfiles(java.lang.String[] usernames)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static ProfileInfoCollection FindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static 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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, SecurityException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static ProfileInfoCollection FindProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static 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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, SecurityException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static ProfileInfoCollection GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static ProfileInfoCollection GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static ProfileInfoCollection GetAllProfiles(ProfileAuthenticationOption authenticationOption) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static ProfileInfoCollection GetAllProfiles(ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static java.lang.String getApplicationName()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static boolean getAutomaticSaveEnabled()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
HttpException,
ConfigurationErrorsException,
OutOfMemoryException,
EventSourceException,
ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionConfigurationErrorsExceptionOutOfMemoryExceptionEventSourceExceptionProviderExceptionpublic static boolean getEnabled()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ConfigurationErrorsException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
NotImplementedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
MissingMethodException,
TargetInvocationException,
ObjectDisposedException,
OutOfMemoryException,
EventSourceException,
ProviderException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionOutOfMemoryExceptionEventSourceExceptionProviderExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static int GetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static int GetNumberOfProfiles(ProfileAuthenticationOption authenticationOption) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException, InvalidTimeZoneException, OverflowException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionInvalidTimeZoneExceptionOverflowExceptionpublic static ProfileProvider getProvider() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static ProfileProviderCollection getProviders() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
ProviderException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject