public class SecurityContextSecurityTokenResolver extends SecurityTokenResolver
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.Tokens.SecurityContextSecurityTokenResolver
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Security.Tokens.SecurityContextSecurityTokenResolver
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SecurityContextSecurityTokenResolver() |
SecurityContextSecurityTokenResolver(int securityContextCacheCapacity,
boolean removeOldestTokensOnCacheFull) |
SecurityContextSecurityTokenResolver(int securityContextCacheCapacity,
boolean removeOldestTokensOnCacheFull,
TimeSpan clockSkew) |
SecurityContextSecurityTokenResolver(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddContext(SecurityContextSecurityToken token) |
static SecurityContextSecurityTokenResolver |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SecurityContextSecurityTokenResolver, a cast assert is made to check if types are compatible. |
void |
ClearContexts() |
TimeSpan |
getClockSkew() |
SecurityContextSecurityToken |
GetContext(UniqueId contextId,
UniqueId generation) |
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
|
boolean |
getRemoveOldestTokensOnCacheFull() |
int |
getSecurityContextTokenCacheCapacity() |
void |
RemoveAllContexts(UniqueId contextId) |
void |
RemoveContext(UniqueId contextId,
UniqueId generation) |
void |
setJCOInstance(JCObject instance) |
boolean |
TryAddContext(SecurityContextSecurityToken token) |
void |
UpdateContextCachingTime(SecurityContextSecurityToken context,
DateTime expirationTime) |
LoadCustomConfiguration, ResolveSecurityKey, ResolveToken, ResolveToken, TryResolveSecurityKey, TryResolveToken, TryResolveTokenpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SecurityContextSecurityTokenResolver()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityContextSecurityTokenResolver(int securityContextCacheCapacity,
boolean removeOldestTokensOnCacheFull)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic SecurityContextSecurityTokenResolver(int securityContextCacheCapacity,
boolean removeOldestTokensOnCacheFull,
TimeSpan clockSkew)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic SecurityContextSecurityTokenResolver(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddContext(SecurityContextSecurityToken token) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, OverflowException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
public static SecurityContextSecurityTokenResolver cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SecurityContextSecurityTokenResolver, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSecurityContextSecurityTokenResolver instancejava.lang.Throwable - in case of error during cast operationpublic void ClearContexts()
throws java.lang.Throwable,
ArgumentException
java.lang.ThrowableArgumentExceptionpublic TimeSpan getClockSkew() throws java.lang.Throwable
java.lang.Throwablepublic SecurityContextSecurityToken GetContext(UniqueId contextId, UniqueId generation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SecurityTokenResolverString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SecurityTokenResolverString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SecurityTokenResolverObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SecurityTokenResolverString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SecurityTokenResolverJCType representing the CLR Type of the instantiated Classpublic boolean getRemoveOldestTokensOnCacheFull()
throws java.lang.Throwable
java.lang.Throwablepublic int getSecurityContextTokenCacheCapacity()
throws java.lang.Throwable
java.lang.Throwablepublic void RemoveAllContexts(UniqueId contextId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException
public void RemoveContext(UniqueId contextId, UniqueId generation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class SecurityTokenResolverpublic boolean TryAddContext(SecurityContextSecurityToken token) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, OverflowException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
public void UpdateContextCachingTime(SecurityContextSecurityToken context, DateTime expirationTime) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException, OverflowException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException