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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.Profile.ProfileBasestatic JCType
classType
The 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 ProfileBase
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoProfileBase
, a cast assert is made to check if types are compatible.static ProfileBase
Create(java.lang.String username)
static ProfileBase
Create(java.lang.String username, boolean isAuthenticated)
boolean
getIsAnonymous()
boolean
getIsDirty()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeDateTime
getLastActivityDate()
DateTime
getLastUpdatedDate()
ProfileGroupBase
GetProfileGroup(java.lang.String groupName)
NetObject
GetPropertyValue(java.lang.String propertyName)
java.lang.String
getUserName()
void
Initialize(java.lang.String username, boolean isAuthenticated)
void
Save()
void
setJCOInstance(JCObject instance)
void
SetPropertyValue(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.Throwable
Internal 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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
FormatException
ConfigurationErrorsException
NotImplementedException
NotSupportedException
MissingManifestResourceException
ObjectDisposedException
ConfigurationException
SecurityException
MemberAccessException
TargetException
TargetParameterCountException
HttpException
ProviderException
IndexOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classSettingsBase
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classSettingsBase
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classSettingsBase
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classSettingsBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classSettingsBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classSettingsBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ProfileBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoProfileBase
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ProfileBase
instance- 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.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SettingsPropertyNotFoundException
NotSupportedException
FormatException
XmlException
NullReferenceException
MemberAccessException
MissingMethodException
-
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.Throwable
ArgumentException
InvalidOperationException
HttpException
ArgumentNullException
ConfigurationErrorsException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
ConfigurationException
SecurityException
TargetParameterCountException
ProviderException
IndexOutOfRangeException
FormatException
-
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.Throwable
ArgumentException
ArgumentNullException
ConfigurationErrorsException
InvalidOperationException
ArgumentOutOfRangeException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
MissingManifestResourceException
ObjectDisposedException
ConfigurationException
SecurityException
MemberAccessException
TargetException
TargetParameterCountException
HttpException
ProviderException
IndexOutOfRangeException
CultureNotFoundException
FormatException
-
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.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
ArgumentException
NotImplementedException
MissingManifestResourceException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
HttpCompileException
HttpParseException
OperationCanceledException
ConfigurationErrorsException
NotSupportedException
ProviderException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
FormatException
InvalidOperationException
SecurityException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
ProviderException
-
Save
public void Save() throws java.lang.Throwable, SecurityException, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException
- Overrides:
Save
in classSettingsBase
- Throws:
java.lang.Throwable
SecurityException
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
-
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.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SettingsPropertyNotFoundException
SettingsPropertyIsReadOnlyException
SettingsPropertyWrongTypeException
NotSupportedException
-
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.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
ConfigurationException
ProviderException
OverflowException
-
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.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
ConfigurationException
ProviderException
OverflowException
-
getUserName
public java.lang.String getUserName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-