public class SecureConversationSecurityTokenParameters extends SecurityTokenParameters
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters
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.Tokens.SecureConversationSecurityTokenParameters
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SecureConversationSecurityTokenParameters() |
SecureConversationSecurityTokenParameters(java.lang.Object instance)
Internal constructor.
|
SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement) |
SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement,
boolean requireCancellation) |
SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement,
boolean requireCancellation,
boolean canRenewSession) |
SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement,
boolean requireCancellation,
boolean canRenewSession,
ChannelProtectionRequirements bootstrapProtectionRequirements) |
SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement,
boolean requireCancellation,
ChannelProtectionRequirements bootstrapProtectionRequirements) |
| Modifier and Type | Method and Description |
|---|---|
static SecureConversationSecurityTokenParameters |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SecureConversationSecurityTokenParameters, a cast assert is made to check if types are compatible. |
ChannelProtectionRequirements |
getBootstrapProtectionRequirements() |
SecurityBindingElement |
getBootstrapSecurityBindingElement() |
boolean |
getCanRenewSession() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getRequireCancellation() |
void |
setBootstrapSecurityBindingElement(SecurityBindingElement BootstrapSecurityBindingElement) |
void |
setCanRenewSession(boolean CanRenewSession) |
void |
setJCOInstance(JCObject instance) |
void |
setRequireCancellation(boolean RequireCancellation) |
Clone, getInclusionMode, getReferenceStyle, getRequireDerivedKeys, setInclusionMode, setReferenceStyle, setRequireDerivedKeyspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SecureConversationSecurityTokenParameters()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException
public SecureConversationSecurityTokenParameters(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException
public SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement, boolean requireCancellation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException
public SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement, boolean requireCancellation, boolean canRenewSession) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException
public SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement, boolean requireCancellation, boolean canRenewSession, ChannelProtectionRequirements bootstrapProtectionRequirements) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic SecureConversationSecurityTokenParameters(SecurityBindingElement bootstrapSecurityBindingElement, boolean requireCancellation, ChannelProtectionRequirements bootstrapProtectionRequirements) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException
public static SecureConversationSecurityTokenParameters cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SecureConversationSecurityTokenParameters, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSecureConversationSecurityTokenParameters instancejava.lang.Throwable - in case of error during cast operationpublic ChannelProtectionRequirements getBootstrapProtectionRequirements() throws java.lang.Throwable
java.lang.Throwablepublic SecurityBindingElement getBootstrapSecurityBindingElement() throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanRenewSession()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SecurityTokenParametersString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SecurityTokenParametersString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SecurityTokenParametersObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SecurityTokenParametersString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SecurityTokenParametersJCType representing the CLR Type of the instantiated Classpublic boolean getRequireCancellation()
throws java.lang.Throwable
java.lang.Throwablepublic void setBootstrapSecurityBindingElement(SecurityBindingElement BootstrapSecurityBindingElement) throws java.lang.Throwable
java.lang.Throwablepublic void setCanRenewSession(boolean CanRenewSession)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class SecurityTokenParameterspublic void setRequireCancellation(boolean RequireCancellation)
throws java.lang.Throwable
java.lang.Throwable