Package system.web.profile
Class ProfileManager
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.profile.ProfileManager
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ProfileManager extends NetObject
The base .NET class managing System.Web.Profile.ProfileManager, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- 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.Profile.ProfileManagerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ProfileManager()ProfileManager(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidAddDynamicProfileProperty(ProfilePropertySettings property)static ProfileManagercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoProfileManager, a cast assert is made to check if types are compatible.static intDeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)static booleanDeleteProfile(java.lang.String username)static intDeleteProfiles(java.lang.String[] usernames)static intDeleteProfiles(JCORefOut dupParam0)static intDeleteProfiles(ProfileInfoCollection profiles)static ProfileInfoCollectionFindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, DateTime userInactiveSinceDate)static ProfileInfoCollectionFindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static ProfileInfoCollectionFindProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch)static ProfileInfoCollectionFindProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static ProfileInfoCollectionGetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)static ProfileInfoCollectionGetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static ProfileInfoCollectionGetAllProfiles(ProfileAuthenticationOption authenticationOption)static ProfileInfoCollectionGetAllProfiles(ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static java.lang.StringgetApplicationName()static booleangetAutomaticSaveEnabled()static booleangetEnabled()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 Typestatic intGetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)static intGetNumberOfProfiles(ProfileAuthenticationOption authenticationOption)static ProfileProvidergetProvider()static ProfileProviderCollectiongetProviders()static voidsetApplicationName(java.lang.String ApplicationName)voidsetJCOInstance(JCObject instance)
-
-
-
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.Profile.ProfileManager- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ProfileManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoProfileManager, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ProfileManagerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
DeleteProfile
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
DeleteInactiveProfiles
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
DeleteProfiles
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
DeleteProfiles
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
DeleteProfiles
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
GetNumberOfInactiveProfiles
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
GetNumberOfProfiles
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionInvalidTimeZoneExceptionOverflowException
-
FindInactiveProfilesByUserName
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
FindInactiveProfilesByUserName
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
FindProfilesByUserName
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
FindProfilesByUserName
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
GetAllInactiveProfiles
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
GetAllInactiveProfiles
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
GetAllProfiles
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
GetAllProfiles
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
AddDynamicProfileProperty
public static void AddDynamicProfileProperty(ProfilePropertySettings property) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionConfigurationException
-
getAutomaticSaveEnabled
public 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- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionConfigurationErrorsExceptionOutOfMemoryExceptionEventSourceExceptionProviderException
-
getEnabled
public 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- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionOutOfMemoryExceptionEventSourceExceptionProviderException
-
getApplicationName
public 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- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
setApplicationName
public 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- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
getProvider
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
getProviders
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
-