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.String
assemblyFullName
Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.IdentityModelstatic java.lang.String
className
Qualified class name: System.IdentityModel.Tokens.SecurityTokenHandlerConfigurationstatic JCType
classType
The 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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SecurityTokenHandlerConfiguration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSecurityTokenHandlerConfiguration
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SecurityTokenHandlerConfiguration
instance- 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
MulticastNotSupportedException
FormatException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
MulticastNotSupportedException
FormatException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
-