Package system.identitymodel.tokens
Class SecurityTokenHandlerConfiguration
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.identitymodel.tokens.SecurityTokenHandlerConfiguration
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SecurityTokenHandlerConfiguration extends NetObject
The base .NET class managing System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration
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.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.IdentityModelstatic java.lang.StringclassNameQualified class name: System.IdentityModel.Tokens.SecurityTokenHandlerConfigurationstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SecurityTokenHandlerConfiguration()SecurityTokenHandlerConfiguration(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.IdentityModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IdentityModel.Tokens.SecurityTokenHandlerConfiguration- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SecurityTokenHandlerConfiguration
public SecurityTokenHandlerConfiguration(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SecurityTokenHandlerConfiguration
public SecurityTokenHandlerConfiguration() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
-
-
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 SecurityTokenHandlerConfiguration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSecurityTokenHandlerConfiguration, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SecurityTokenHandlerConfigurationinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getDetectReplayedTokens
public boolean getDetectReplayedTokens() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDetectReplayedTokens
public void setDetectReplayedTokens(boolean DetectReplayedTokens) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSaveBootstrapContext
public boolean getSaveBootstrapContext() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSaveBootstrapContext
public void setSaveBootstrapContext(boolean SaveBootstrapContext) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCaches
public IdentityModelCaches getCaches() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCaches
public void setCaches(IdentityModelCaches Caches) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getIssuerTokenResolver
public SecurityTokenResolver getIssuerTokenResolver() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIssuerTokenResolver
public void setIssuerTokenResolver(SecurityTokenResolver IssuerTokenResolver) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getServiceTokenResolver
public SecurityTokenResolver getServiceTokenResolver() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setServiceTokenResolver
public void setServiceTokenResolver(SecurityTokenResolver ServiceTokenResolver) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getCertificateValidator
public X509CertificateValidator getCertificateValidator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCertificateValidator
public void setCertificateValidator(X509CertificateValidator CertificateValidator) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getAudienceRestriction
public AudienceRestriction getAudienceRestriction() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAudienceRestriction
public void setAudienceRestriction(AudienceRestriction AudienceRestriction) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getIssuerNameRegistry
public IssuerNameRegistry getIssuerNameRegistry() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIssuerNameRegistry
public void setIssuerNameRegistry(IssuerNameRegistry IssuerNameRegistry) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getTrustedStoreLocation
public StoreLocation getTrustedStoreLocation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTrustedStoreLocation
public void setTrustedStoreLocation(StoreLocation TrustedStoreLocation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRevocationMode
public X509RevocationMode getRevocationMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRevocationMode
public void setRevocationMode(X509RevocationMode RevocationMode) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCertificateValidationMode
public X509CertificateValidationMode getCertificateValidationMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCertificateValidationMode
public void setCertificateValidationMode(X509CertificateValidationMode CertificateValidationMode) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaxClockSkew
public TimeSpan getMaxClockSkew() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxClockSkew
public void setMaxClockSkew(TimeSpan MaxClockSkew) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryException
-
getTokenReplayCacheExpirationPeriod
public TimeSpan getTokenReplayCacheExpirationPeriod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTokenReplayCacheExpirationPeriod
public void setTokenReplayCacheExpirationPeriod(TimeSpan TokenReplayCacheExpirationPeriod) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryException
-
-