Class SecurityTokenServiceConfiguration
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.identitymodel.configuration.IdentityConfiguration
-
- system.identitymodel.configuration.SecurityTokenServiceConfiguration
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SecurityTokenServiceConfiguration extends IdentityConfiguration
The base .NET class managing System.IdentityModel.Configuration.SecurityTokenServiceConfiguration, 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.SecurityTokenServiceConfiguration
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.SecurityTokenServiceConfigurationstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SecurityTokenServiceConfiguration()SecurityTokenServiceConfiguration(boolean loadConfig)SecurityTokenServiceConfiguration(java.lang.Object instance)Internal constructor.SecurityTokenServiceConfiguration(java.lang.String issuerName)SecurityTokenServiceConfiguration(java.lang.String issuerName, boolean loadConfig)SecurityTokenServiceConfiguration(java.lang.String issuerName, SigningCredentials signingCredentials)SecurityTokenServiceConfiguration(java.lang.String issuerName, SigningCredentials signingCredentials, boolean loadConfig)SecurityTokenServiceConfiguration(java.lang.String issuerName, SigningCredentials signingCredentials, java.lang.String serviceName)
-
Method Summary
-
Methods inherited from class system.identitymodel.configuration.IdentityConfiguration
getAudienceRestriction, getCaches, getCertificateValidationMode, getCertificateValidator, getClaimsAuthenticationManager, getClaimsAuthorizationManager, getDetectReplayedTokens, getIsInitialized, getIssuerNameRegistry, getIssuerTokenResolver, getMaxClockSkew, getName, getRevocationMode, getSaveBootstrapContext, getSecurityTokenHandlerCollectionManager, getSecurityTokenHandlers, getServiceCertificate, getServiceTokenResolver, getTokenReplayCacheExpirationPeriod, getTrustedStoreLocation, Initialize, setAudienceRestriction, setCaches, setCertificateValidationMode, setCertificateValidator, setClaimsAuthenticationManager, setClaimsAuthorizationManager, setDetectReplayedTokens, setIsInitialized, setIssuerNameRegistry, setIssuerTokenResolver, setMaxClockSkew, setRevocationMode, setSaveBootstrapContext, setServiceCertificate, setServiceTokenResolver, setTokenReplayCacheExpirationPeriod, setTrustedStoreLocation
-
-
-
-
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.SecurityTokenServiceConfiguration- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SecurityTokenServiceConfiguration
public SecurityTokenServiceConfiguration(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SecurityTokenServiceConfiguration
public SecurityTokenServiceConfiguration() throws java.lang.Throwable, ArgumentException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, OutOfMemoryException, NotImplementedException, MissingMethodException, TypeLoadException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionOverflowExceptionArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNotImplementedExceptionMissingMethodExceptionTypeLoadExceptionArgumentOutOfRangeException
-
SecurityTokenServiceConfiguration
public SecurityTokenServiceConfiguration(boolean loadConfig) throws java.lang.Throwable, ArgumentException, OverflowException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, InvalidOperationException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, NotSupportedException, ConfigurationException, MissingMethodException- Throws:
java.lang.ThrowableArgumentExceptionOverflowExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionInvalidOperationExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionMissingMethodException
-
SecurityTokenServiceConfiguration
public SecurityTokenServiceConfiguration(java.lang.String issuerName) throws java.lang.Throwable, ArgumentException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, NotSupportedException, ConfigurationException, IndexOutOfRangeException, OutOfMemoryException, NotImplementedException, MissingMethodException, TypeLoadException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionOverflowExceptionArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNotImplementedExceptionMissingMethodExceptionTypeLoadExceptionArgumentOutOfRangeException
-
SecurityTokenServiceConfiguration
public SecurityTokenServiceConfiguration(java.lang.String issuerName, boolean loadConfig) throws java.lang.Throwable, ArgumentException, OverflowException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, InvalidOperationException, AmbiguousMatchException, ConfigurationErrorsException, KeyNotFoundException, NotSupportedException, ConfigurationException, MissingMethodException- Throws:
java.lang.ThrowableArgumentExceptionOverflowExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionInvalidOperationExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionMissingMethodException
-
SecurityTokenServiceConfiguration
public SecurityTokenServiceConfiguration(java.lang.String issuerName, SigningCredentials signingCredentials) throws java.lang.Throwable, ArgumentException, OverflowException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, AmbiguousMatchException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException, KeyNotFoundException, ConfigurationException, OutOfMemoryException, MissingMethodException, TargetInvocationException, UriFormatException, TypeLoadException- Throws:
java.lang.ThrowableArgumentExceptionOverflowExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionAmbiguousMatchExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionKeyNotFoundExceptionConfigurationExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionUriFormatExceptionTypeLoadException
-
SecurityTokenServiceConfiguration
public SecurityTokenServiceConfiguration(java.lang.String issuerName, SigningCredentials signingCredentials, boolean loadConfig) throws java.lang.Throwable, ArgumentException, OverflowException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException, IndexOutOfRangeException, AmbiguousMatchException, NotSupportedException, ConfigurationErrorsException, KeyNotFoundException, ConfigurationException, UriFormatException- Throws:
java.lang.ThrowableArgumentExceptionOverflowExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionAmbiguousMatchExceptionNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionConfigurationExceptionUriFormatException
-
SecurityTokenServiceConfiguration
public SecurityTokenServiceConfiguration(java.lang.String issuerName, SigningCredentials signingCredentials, java.lang.String serviceName) throws java.lang.Throwable, ArgumentException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OutOfMemoryException, AmbiguousMatchException, NotSupportedException, KeyNotFoundException, MissingMethodException, TargetInvocationException, UriFormatException, TypeLoadException- Throws:
java.lang.ThrowableArgumentExceptionOverflowExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionUriFormatExceptionTypeLoadException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classIdentityConfiguration- 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 classIdentityConfiguration- 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 classIdentityConfiguration- 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 classIdentityConfiguration- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classIdentityConfiguration
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classIdentityConfiguration- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SecurityTokenServiceConfiguration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSecurityTokenServiceConfiguration, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SecurityTokenServiceConfigurationinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CreateSecurityTokenService
public SecurityTokenService CreateSecurityTokenService() 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
-
getDisableWsdl
public boolean getDisableWsdl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDisableWsdl
public void setDisableWsdl(boolean DisableWsdl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDefaultMaxSymmetricKeySizeInBits
public int getDefaultMaxSymmetricKeySizeInBits() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDefaultMaxSymmetricKeySizeInBits
public void setDefaultMaxSymmetricKeySizeInBits(int DefaultMaxSymmetricKeySizeInBits) 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
-
getDefaultSymmetricKeySizeInBits
public int getDefaultSymmetricKeySizeInBits() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDefaultSymmetricKeySizeInBits
public void setDefaultSymmetricKeySizeInBits(int DefaultSymmetricKeySizeInBits) 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
-
getWSTrust13RequestSerializer
public WSTrust13RequestSerializer getWSTrust13RequestSerializer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWSTrust13RequestSerializer
public void setWSTrust13RequestSerializer(WSTrust13RequestSerializer WSTrust13RequestSerializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getWSTrust13ResponseSerializer
public WSTrust13ResponseSerializer getWSTrust13ResponseSerializer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWSTrust13ResponseSerializer
public void setWSTrust13ResponseSerializer(WSTrust13ResponseSerializer WSTrust13ResponseSerializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getWSTrustFeb2005RequestSerializer
public WSTrustFeb2005RequestSerializer getWSTrustFeb2005RequestSerializer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWSTrustFeb2005RequestSerializer
public void setWSTrustFeb2005RequestSerializer(WSTrustFeb2005RequestSerializer WSTrustFeb2005RequestSerializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getWSTrustFeb2005ResponseSerializer
public WSTrustFeb2005ResponseSerializer getWSTrustFeb2005ResponseSerializer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWSTrustFeb2005ResponseSerializer
public void setWSTrustFeb2005ResponseSerializer(WSTrustFeb2005ResponseSerializer WSTrustFeb2005ResponseSerializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getSigningCredentials
public SigningCredentials getSigningCredentials() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSigningCredentials
public void setSigningCredentials(SigningCredentials SigningCredentials) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultTokenType
public java.lang.String getDefaultTokenType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDefaultTokenType
public void setDefaultTokenType(java.lang.String DefaultTokenType) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundException
-
getTokenIssuerName
public java.lang.String getTokenIssuerName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTokenIssuerName
public void setTokenIssuerName(java.lang.String TokenIssuerName) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getDefaultTokenLifetime
public TimeSpan getDefaultTokenLifetime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultTokenLifetime
public void setDefaultTokenLifetime(TimeSpan DefaultTokenLifetime) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaximumTokenLifetime
public TimeSpan getMaximumTokenLifetime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximumTokenLifetime
public void setMaximumTokenLifetime(TimeSpan MaximumTokenLifetime) 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
-
getSecurityTokenService
public NetType getSecurityTokenService() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSecurityTokenService
public void setSecurityTokenService(NetType SecurityTokenService) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
-