public class WSTrustChannelFactory extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.WSTrustChannelFactory
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Security.WSTrustChannelFactory
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WSTrustChannelFactory() |
WSTrustChannelFactory(Binding binding) |
WSTrustChannelFactory(Binding binding,
EndpointAddress remoteAddress) |
WSTrustChannelFactory(Binding binding,
java.lang.String remoteAddress) |
WSTrustChannelFactory(java.lang.Object instance)
Internal constructor.
|
WSTrustChannelFactory(ServiceEndpoint endpoint) |
WSTrustChannelFactory(java.lang.String endpointConfigurationName) |
WSTrustChannelFactory(java.lang.String endpointConfigurationName,
EndpointAddress remoteAddress) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WSTrustChannelFactory()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
KeyNotFoundException,
CultureNotFoundException
public WSTrustChannelFactory(Binding binding) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, ConfigurationException, InvalidEnumArgumentException, CryptographicException
public WSTrustChannelFactory(Binding binding, EndpointAddress remoteAddress) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, ConfigurationErrorsException, ConfigurationException, KeyNotFoundException, CultureNotFoundException
public WSTrustChannelFactory(Binding binding, java.lang.String remoteAddress) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, SecurityException, UriFormatException, OutOfMemoryException, ConfigurationException, InvalidEnumArgumentException, CryptographicException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionSecurityExceptionUriFormatExceptionOutOfMemoryExceptionConfigurationExceptionInvalidEnumArgumentExceptionCryptographicExceptionpublic WSTrustChannelFactory(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic WSTrustChannelFactory(ServiceEndpoint endpoint) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, ConfigurationErrorsException, ConfigurationException, KeyNotFoundException, CultureNotFoundException
public WSTrustChannelFactory(java.lang.String endpointConfigurationName)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotSupportedException,
ConfigurationException,
CultureNotFoundException
public WSTrustChannelFactory(java.lang.String endpointConfigurationName,
EndpointAddress remoteAddress)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
KeyNotFoundException,
CultureNotFoundException
public static WSTrustChannelFactory cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WSTrustChannelFactory, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWSTrustChannelFactory instancejava.lang.Throwable - in case of error during cast operationpublic IWSTrustChannelContract CreateChannel(EndpointAddress address, Uri via) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, ConfigurationErrorsException, NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic SecurityTokenHandlerCollectionManager getSecurityTokenHandlerCollectionManager() throws java.lang.Throwable
java.lang.Throwablepublic SecurityTokenResolver getSecurityTokenResolver() throws java.lang.Throwable
java.lang.Throwablepublic TrustVersion getTrustVersion() throws java.lang.Throwable
java.lang.Throwablepublic SecurityTokenResolver getUseKeyTokenResolver() throws java.lang.Throwable
java.lang.Throwablepublic WSTrustRequestSerializer getWSTrustRequestSerializer() throws java.lang.Throwable
java.lang.Throwablepublic WSTrustResponseSerializer getWSTrustResponseSerializer() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setSecurityTokenHandlerCollectionManager(SecurityTokenHandlerCollectionManager SecurityTokenHandlerCollectionManager) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public void setSecurityTokenResolver(SecurityTokenResolver SecurityTokenResolver) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setTrustVersion(TrustVersion TrustVersion) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setUseKeyTokenResolver(SecurityTokenResolver UseKeyTokenResolver) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setWSTrustRequestSerializer(WSTrustRequestSerializer WSTrustRequestSerializer) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setWSTrustResponseSerializer(WSTrustResponseSerializer WSTrustResponseSerializer) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryException