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.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.SecurityTokenServiceConfigurationstatic JCType
classType
The 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.Throwable
Internal 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.Throwable
ArgumentException
OverflowException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
AmbiguousMatchException
ConfigurationErrorsException
KeyNotFoundException
NotSupportedException
ConfigurationException
IndexOutOfRangeException
OutOfMemoryException
NotImplementedException
MissingMethodException
TypeLoadException
ArgumentOutOfRangeException
-
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.Throwable
ArgumentException
OverflowException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
ObjectDisposedException
InvalidOperationException
AmbiguousMatchException
ConfigurationErrorsException
KeyNotFoundException
NotSupportedException
ConfigurationException
MissingMethodException
-
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.Throwable
ArgumentException
OverflowException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
AmbiguousMatchException
ConfigurationErrorsException
KeyNotFoundException
NotSupportedException
ConfigurationException
IndexOutOfRangeException
OutOfMemoryException
NotImplementedException
MissingMethodException
TypeLoadException
ArgumentOutOfRangeException
-
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.Throwable
ArgumentException
OverflowException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
ObjectDisposedException
InvalidOperationException
AmbiguousMatchException
ConfigurationErrorsException
KeyNotFoundException
NotSupportedException
ConfigurationException
MissingMethodException
-
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.Throwable
ArgumentException
OverflowException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
AmbiguousMatchException
NotSupportedException
ArgumentOutOfRangeException
ConfigurationErrorsException
KeyNotFoundException
ConfigurationException
OutOfMemoryException
MissingMethodException
TargetInvocationException
UriFormatException
TypeLoadException
-
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.Throwable
ArgumentException
OverflowException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
FormatException
OutOfMemoryException
IndexOutOfRangeException
AmbiguousMatchException
NotSupportedException
ConfigurationErrorsException
KeyNotFoundException
ConfigurationException
UriFormatException
-
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.Throwable
ArgumentException
OverflowException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
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 classIdentityConfiguration
- 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 classIdentityConfiguration
- 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 classIdentityConfiguration
- 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 classIdentityConfiguration
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classIdentityConfiguration
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classIdentityConfiguration
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SecurityTokenServiceConfiguration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSecurityTokenServiceConfiguration
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SecurityTokenServiceConfiguration
instance- 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
MulticastNotSupportedException
FormatException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
MulticastNotSupportedException
FormatException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
MulticastNotSupportedException
FormatException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
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.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
KeyNotFoundException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
MulticastNotSupportedException
FormatException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
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
-
-