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.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.Configuration.IdentityConfigurationstatic JCType
classType
The 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.Throwable
Internal 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.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ObjectDisposedException
AbandonedMutexException
AmbiguousMatchException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
ConfigurationErrorsException
TypeLoadException
KeyNotFoundException
ConfigurationException
MulticastNotSupportedException
OverflowException
OutOfMemoryException
MissingMethodException
SecurityException
UriFormatException
-
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.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
MulticastNotSupportedException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
AmbiguousMatchException
NotSupportedException
TypeLoadException
KeyNotFoundException
MissingMethodException
UriFormatException
-
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.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
FormatException
OverflowException
OutOfMemoryException
IndexOutOfRangeException
AmbiguousMatchException
NotSupportedException
ConfigurationErrorsException
KeyNotFoundException
ConfigurationException
UriFormatException
-
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.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
AmbiguousMatchException
NotSupportedException
ArgumentOutOfRangeException
ConfigurationErrorsException
KeyNotFoundException
ConfigurationException
OutOfMemoryException
MissingMethodException
TargetInvocationException
UriFormatException
TypeLoadException
-
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.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
AmbiguousMatchException
NotSupportedException
ConfigurationErrorsException
TypeLoadException
KeyNotFoundException
ConfigurationException
MissingMethodException
SecurityException
UriFormatException
-
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.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
AmbiguousMatchException
NotSupportedException
KeyNotFoundException
MissingMethodException
TargetInvocationException
UriFormatException
TypeLoadException
-
-
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 IdentityConfiguration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIdentityConfiguration
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IdentityConfiguration
instance- 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
MulticastNotSupportedException
FormatException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
KeyNotFoundException
AccessViolationException
-
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.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
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, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
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, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
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
-
getSecurityTokenHandlers
public SecurityTokenHandlerCollection getSecurityTokenHandlers() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
NotImplementedException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OverflowException
OutOfMemoryException
KeyNotFoundException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OverflowException
OutOfMemoryException
IndexOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OverflowException
OutOfMemoryException
IndexOutOfRangeException
-
-