public class ServiceCredentials extends SecurityCredentialsManager
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Description.ServiceCredentials
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.Description.ServiceCredentials
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ServiceCredentials() |
ServiceCredentials(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ServiceCredentials()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
OutOfMemoryException,
ObjectDisposedException,
AmbiguousMatchException,
ConfigurationErrorsException,
KeyNotFoundException,
NotSupportedException,
ConfigurationException,
MissingMethodException,
TypeLoadException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionObjectDisposedExceptionAmbiguousMatchExceptionConfigurationErrorsExceptionKeyNotFoundExceptionNotSupportedExceptionConfigurationExceptionMissingMethodExceptionTypeLoadExceptionArgumentOutOfRangeExceptionpublic ServiceCredentials(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ServiceCredentials cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ServiceCredentials, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedServiceCredentials instancejava.lang.Throwable - in case of error during cast operationpublic ServiceCredentials Clone() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationErrorsException, ConfigurationException
public SecurityTokenManager CreateSecurityTokenManager() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, KeyNotFoundException
CreateSecurityTokenManager in class SecurityCredentialsManagerjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionKeyNotFoundExceptionpublic X509CertificateInitiatorServiceCredential getClientCertificate() throws java.lang.Throwable
java.lang.Throwablepublic ExceptionMapper getExceptionMapper() throws java.lang.Throwable
java.lang.Throwablepublic IdentityConfiguration getIdentityConfiguration() throws java.lang.Throwable
java.lang.Throwablepublic IssuedTokenServiceCredential getIssuedTokenAuthentication() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SecurityCredentialsManagerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SecurityCredentialsManagerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SecurityCredentialsManagerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SecurityCredentialsManagerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SecurityCredentialsManagerJCType representing the CLR Type of the instantiated Classpublic PeerCredential getPeer() throws java.lang.Throwable
java.lang.Throwablepublic SecureConversationServiceCredential getSecureConversationAuthentication() throws java.lang.Throwable
java.lang.Throwablepublic X509CertificateRecipientServiceCredential getServiceCertificate() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseIdentityConfiguration()
throws java.lang.Throwable
java.lang.Throwablepublic UserNamePasswordServiceCredential getUserNameAuthentication() throws java.lang.Throwable
java.lang.Throwablepublic WindowsServiceCredential getWindowsAuthentication() throws java.lang.Throwable
java.lang.Throwablepublic void setExceptionMapper(ExceptionMapper ExceptionMapper) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setIdentityConfiguration(IdentityConfiguration IdentityConfiguration) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class SecurityCredentialsManagerpublic void setUseIdentityConfiguration(boolean UseIdentityConfiguration)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException,
AmbiguousMatchException,
NotSupportedException,
KeyNotFoundException,
UriFormatException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionAmbiguousMatchExceptionNotSupportedExceptionKeyNotFoundExceptionUriFormatException