Package system.web.sessionstate
Class SessionIDManager
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.sessionstate.SessionIDManager
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SessionIDManager extends NetObject
The base .NET class managing System.Web.SessionState.SessionIDManager, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.SessionState.SessionIDManager
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.SessionState.SessionIDManagerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SessionIDManager()SessionIDManager(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionIDManagercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSessionIDManager, a cast assert is made to check if types are compatible.java.lang.StringCreateSessionID(HttpContext context)java.lang.StringDecode(java.lang.String id)java.lang.StringEncode(java.lang.String id)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 Typejava.lang.StringGetSessionID(HttpContext context)static intgetSessionIDMaxLength()voidInitialize()booleanInitializeRequest(HttpContext context, boolean suppressAutoDetectRedirect, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> supportSessionIDReissue)voidRemoveSessionID(HttpContext context)voidSaveSessionID(HttpContext context, java.lang.String id, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> redirected, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> cookieAdded)voidsetJCOInstance(JCObject instance)booleanValidate(java.lang.String id)
-
-
-
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.SessionState.SessionIDManager- 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 SessionIDManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSessionIDManager, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SessionIDManagerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
InitializeRequest
public boolean InitializeRequest(HttpContext context, boolean suppressAutoDetectRedirect, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> supportSessionIDReissue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ConfigurationException, InvalidCastException, NullReferenceException, ConfigurationErrorsException, ProviderException, ApplicationException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionConfigurationErrorsExceptionProviderExceptionApplicationExceptionOverflowException
-
Validate
public boolean Validate(java.lang.String id) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CreateSessionID
public java.lang.String CreateSessionID(HttpContext context) throws java.lang.Throwable, ArgumentException, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullException
-
Decode
public java.lang.String Decode(java.lang.String id) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException
-
Encode
public java.lang.String Encode(java.lang.String id) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, ThreadAbortException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionThreadAbortExceptionInvalidOperationException
-
GetSessionID
public java.lang.String GetSessionID(HttpContext context) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, NotSupportedException, IndexOutOfRangeException, ConfigurationException, InvalidCastException, NullReferenceException, ConfigurationErrorsException, HttpRequestValidationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionInvalidOperationExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionNotSupportedExceptionIndexOutOfRangeExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionConfigurationErrorsExceptionHttpRequestValidationException
-
Initialize
public void Initialize() throws java.lang.Throwable, OverflowException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentNullException, HttpException, InvalidOperationException, ProviderException, ConfigurationErrorsException
-
RemoveSessionID
public void RemoveSessionID(HttpContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, NotSupportedException, IndexOutOfRangeException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionNotSupportedExceptionIndexOutOfRangeExceptionConfigurationException
-
SaveSessionID
public void SaveSessionID(HttpContext context, java.lang.String id, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> redirected, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> cookieAdded) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, IndexOutOfRangeException, ThreadAbortException, NotSupportedException, ConfigurationException, InvalidCastException, NullReferenceException, ConfigurationErrorsException, HttpRequestValidationException, OutOfMemoryException, ApplicationException, UriFormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionInvalidOperationExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionThreadAbortExceptionNotSupportedExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionOutOfMemoryExceptionApplicationExceptionUriFormatExceptionOverflowException
-
getSessionIDMaxLength
public static int getSessionIDMaxLength() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-