Package system.web.profile
Class ProfileBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.configuration.SettingsBase
-
- system.web.profile.ProfileBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
DefaultProfile
public class ProfileBase extends SettingsBase
The base .NET class managing System.Web.Profile.ProfileBase, 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.ProfileBase
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.ProfileBasestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ProfileBase()ProfileBase(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileBasecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoProfileBase, a cast assert is made to check if types are compatible.static ProfileBaseCreate(java.lang.String username)static ProfileBaseCreate(java.lang.String username, boolean isAuthenticated)booleangetIsAnonymous()booleangetIsDirty()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 TypeDateTimegetLastActivityDate()DateTimegetLastUpdatedDate()ProfileGroupBaseGetProfileGroup(java.lang.String groupName)NetObjectGetPropertyValue(java.lang.String propertyName)java.lang.StringgetUserName()voidInitialize(java.lang.String username, boolean isAuthenticated)voidSave()voidsetJCOInstance(JCObject instance)voidSetPropertyValue(java.lang.String propertyName, NetObject propertyValue)-
Methods inherited from class system.configuration.SettingsBase
getContext, getIsSynchronized, getProperties, getPropertyValues, getProviders, Initialize, Synchronized
-
-
-
-
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.ProfileBase- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProfileBase
public ProfileBase(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ProfileBase
public ProfileBase() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, ConfigurationErrorsException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException, SecurityException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ProviderException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionConfigurationErrorsExceptionNotImplementedExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionProviderExceptionIndexOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classSettingsBase- 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 classSettingsBase- 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 classSettingsBase- 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 classSettingsBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classSettingsBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classSettingsBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ProfileBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoProfileBase, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ProfileBaseinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetPropertyValue
public NetObject GetPropertyValue(java.lang.String propertyName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SettingsPropertyNotFoundException, NotSupportedException, FormatException, XmlException, NullReferenceException, MemberAccessException, MissingMethodException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSettingsPropertyNotFoundExceptionNotSupportedExceptionFormatExceptionXmlExceptionNullReferenceExceptionMemberAccessExceptionMissingMethodException
-
Create
public static ProfileBase Create(java.lang.String username) throws java.lang.Throwable, ArgumentException, InvalidOperationException, HttpException, ArgumentNullException, ConfigurationErrorsException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, ConfigurationException, SecurityException, TargetParameterCountException, ProviderException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionHttpExceptionArgumentNullExceptionConfigurationErrorsExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionConfigurationExceptionSecurityExceptionTargetParameterCountExceptionProviderExceptionIndexOutOfRangeExceptionFormatException
-
Create
public static ProfileBase Create(java.lang.String username, boolean isAuthenticated) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException, SecurityException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ProviderException, IndexOutOfRangeException, CultureNotFoundException, FormatException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionProviderExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionFormatException
-
GetProfileGroup
public ProfileGroupBase GetProfileGroup(java.lang.String groupName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, NotImplementedException, MissingManifestResourceException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, HttpCompileException, HttpParseException, OperationCanceledException, ConfigurationErrorsException, NotSupportedException, ProviderException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionConfigurationErrorsExceptionNotSupportedExceptionProviderException
-
Initialize
public void Initialize(java.lang.String username, boolean isAuthenticated) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, InvalidOperationException, SecurityException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, ProviderException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderException
-
Save
public void Save() throws java.lang.Throwable, SecurityException, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException- Overrides:
Savein classSettingsBase- Throws:
java.lang.ThrowableSecurityExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationException
-
SetPropertyValue
public void SetPropertyValue(java.lang.String propertyName, NetObject propertyValue) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SettingsPropertyNotFoundException, SettingsPropertyIsReadOnlyException, SettingsPropertyWrongTypeException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSettingsPropertyNotFoundExceptionSettingsPropertyIsReadOnlyExceptionSettingsPropertyWrongTypeExceptionNotSupportedException
-
getIsAnonymous
public boolean getIsAnonymous() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsDirty
public boolean getIsDirty() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLastActivityDate
public DateTime getLastActivityDate() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, ProviderException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionOverflowException
-
getLastUpdatedDate
public DateTime getLastUpdatedDate() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, ProviderException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionOverflowException
-
getUserName
public java.lang.String getUserName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-