Class IdentityConfiguration
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.identitymodel.configuration.IdentityConfiguration
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
SecurityTokenServiceConfiguration
public class IdentityConfiguration extends NetObject
The base .NET class managing System.IdentityModel.Configuration.IdentityConfiguration, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Configuration.IdentityConfiguration
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.Configuration.IdentityConfigurationstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IdentityConfiguration()IdentityConfiguration(boolean loadConfig)IdentityConfiguration(boolean loadConfig, X509Certificate2 serviceCertificate)IdentityConfiguration(java.lang.Object instance)Internal constructor.IdentityConfiguration(java.lang.String identityConfigurationName)IdentityConfiguration(java.lang.String identityConfigurationName, X509Certificate2 serviceCertificate)IdentityConfiguration(X509Certificate2 serviceCertificate)
-
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.Configuration.IdentityConfiguration- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IdentityConfiguration
public IdentityConfiguration(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
IdentityConfiguration
public IdentityConfiguration() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, AmbiguousMatchException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, ConfigurationException, MulticastNotSupportedException, OverflowException, OutOfMemoryException, MissingMethodException, SecurityException, UriFormatException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionAmbiguousMatchExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationExceptionMulticastNotSupportedExceptionOverflowExceptionOutOfMemoryExceptionMissingMethodExceptionSecurityExceptionUriFormatException
-
IdentityConfiguration
public IdentityConfiguration(boolean loadConfig) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, MulticastNotSupportedException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException, AmbiguousMatchException, NotSupportedException, TypeLoadException, KeyNotFoundException, MissingMethodException, UriFormatException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionTypeLoadExceptionKeyNotFoundExceptionMissingMethodExceptionUriFormatException
-
IdentityConfiguration
public IdentityConfiguration(boolean loadConfig, X509Certificate2 serviceCertificate) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OverflowException, OutOfMemoryException, IndexOutOfRangeException, AmbiguousMatchException, NotSupportedException, ConfigurationErrorsException, KeyNotFoundException, ConfigurationException, UriFormatException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionAmbiguousMatchExceptionNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionConfigurationExceptionUriFormatException
-
IdentityConfiguration
public IdentityConfiguration(X509Certificate2 serviceCertificate) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, AmbiguousMatchException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException, KeyNotFoundException, ConfigurationException, OutOfMemoryException, MissingMethodException, TargetInvocationException, UriFormatException, TypeLoadException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionAmbiguousMatchExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionKeyNotFoundExceptionConfigurationExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionUriFormatExceptionTypeLoadException
-
IdentityConfiguration
public IdentityConfiguration(java.lang.String identityConfigurationName) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, AmbiguousMatchException, NotSupportedException, ConfigurationErrorsException, TypeLoadException, KeyNotFoundException, ConfigurationException, MissingMethodException, SecurityException, UriFormatException- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionConfigurationErrorsExceptionTypeLoadExceptionKeyNotFoundExceptionConfigurationExceptionMissingMethodExceptionSecurityExceptionUriFormatException
-
IdentityConfiguration
public IdentityConfiguration(java.lang.String identityConfigurationName, X509Certificate2 serviceCertificate) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, AmbiguousMatchException, NotSupportedException, KeyNotFoundException, MissingMethodException, TargetInvocationException, UriFormatException, TypeLoadException- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionUriFormatExceptionTypeLoadException
-
-
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 IdentityConfiguration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIdentityConfiguration, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IdentityConfigurationinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Initialize
public void Initialize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException, KeyNotFoundException, AccessViolationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundExceptionAccessViolationException
-
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
-
getIsInitialized
public boolean getIsInitialized() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsInitialized
public void setIsInitialized(boolean IsInitialized) 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, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryException
-
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, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryException
-
getAudienceRestriction
public AudienceRestriction getAudienceRestriction() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAudienceRestriction
public void setAudienceRestriction(AudienceRestriction AudienceRestriction) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryException
-
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
-
getSecurityTokenHandlers
public SecurityTokenHandlerCollection getSecurityTokenHandlers() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundException
-
getSecurityTokenHandlerCollectionManager
public SecurityTokenHandlerCollectionManager getSecurityTokenHandlerCollectionManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClaimsAuthenticationManager
public ClaimsAuthenticationManager getClaimsAuthenticationManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setClaimsAuthenticationManager
public void setClaimsAuthenticationManager(ClaimsAuthenticationManager ClaimsAuthenticationManager) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getClaimsAuthorizationManager
public ClaimsAuthorizationManager getClaimsAuthorizationManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setClaimsAuthorizationManager
public void setClaimsAuthorizationManager(ClaimsAuthorizationManager ClaimsAuthorizationManager) 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
-
getServiceCertificate
public X509Certificate2 getServiceCertificate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setServiceCertificate
public void setServiceCertificate(X509Certificate2 ServiceCertificate) 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
-
getName
public java.lang.String getName() 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, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, OutOfMemoryException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionOutOfMemoryExceptionIndexOutOfRangeException
-
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, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, OutOfMemoryException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionOutOfMemoryExceptionIndexOutOfRangeException
-
-