Package system.servicemodel.channels
Class SecurityBindingElement
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.channels.BindingElement
-
- system.servicemodel.channels.SecurityBindingElement
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
AsymmetricSecurityBindingElement
,SymmetricSecurityBindingElement
,TransportSecurityBindingElement
public class SecurityBindingElement extends BindingElement
The base .NET class managing System.ServiceModel.Channels.SecurityBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.SecurityBindingElement
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.ServiceModelstatic java.lang.String
className
Qualified class name: System.ServiceModel.Channels.SecurityBindingElementstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SecurityBindingElement()
SecurityBindingElement(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.servicemodel.channels.BindingElement
Clone
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel, 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.ServiceModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Channels.SecurityBindingElement- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SecurityBindingElement
public SecurityBindingElement(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
SecurityBindingElement
public SecurityBindingElement() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
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 classBindingElement
- 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 classBindingElement
- 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 classBindingElement
- 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 classBindingElement
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classBindingElement
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classBindingElement
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SecurityBindingElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSecurityBindingElement
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SecurityBindingElement
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CreateCertificateSignatureBindingElement
public static AsymmetricSecurityBindingElement CreateCertificateSignatureBindingElement() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException
-
CreateMutualCertificateDuplexBindingElement
public static AsymmetricSecurityBindingElement CreateMutualCertificateDuplexBindingElement() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
-
CreateMutualCertificateDuplexBindingElement
public static AsymmetricSecurityBindingElement CreateMutualCertificateDuplexBindingElement(MessageSecurityVersion version) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
CreateMutualCertificateBindingElement
public static SecurityBindingElement CreateMutualCertificateBindingElement() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException
-
CreateMutualCertificateBindingElement
public static SecurityBindingElement CreateMutualCertificateBindingElement(MessageSecurityVersion version) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateMutualCertificateBindingElement
public static SecurityBindingElement CreateMutualCertificateBindingElement(MessageSecurityVersion version, boolean allowSerializedSigningTokenOnReply) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateSecureConversationBindingElement
public static SecurityBindingElement CreateSecureConversationBindingElement(SecurityBindingElement bootstrapSecurity) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
KeyNotFoundException
NotSupportedException
-
CreateSecureConversationBindingElement
public static SecurityBindingElement CreateSecureConversationBindingElement(SecurityBindingElement bootstrapSecurity, boolean requireCancellation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
KeyNotFoundException
NotSupportedException
-
CreateSecureConversationBindingElement
public static SecurityBindingElement CreateSecureConversationBindingElement(SecurityBindingElement bootstrapSecurity, boolean requireCancellation, ChannelProtectionRequirements bootstrapProtectionRequirements) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
KeyNotFoundException
NotSupportedException
-
CreateAnonymousForCertificateBindingElement
public static SymmetricSecurityBindingElement CreateAnonymousForCertificateBindingElement() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException
-
CreateIssuedTokenBindingElement
public static SymmetricSecurityBindingElement CreateIssuedTokenBindingElement(IssuedSecurityTokenParameters issuedTokenParameters) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
CreateIssuedTokenForCertificateBindingElement
public static SymmetricSecurityBindingElement CreateIssuedTokenForCertificateBindingElement(IssuedSecurityTokenParameters issuedTokenParameters) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateIssuedTokenForSslBindingElement
public static SymmetricSecurityBindingElement CreateIssuedTokenForSslBindingElement(IssuedSecurityTokenParameters issuedTokenParameters) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateIssuedTokenForSslBindingElement
public static SymmetricSecurityBindingElement CreateIssuedTokenForSslBindingElement(IssuedSecurityTokenParameters issuedTokenParameters, boolean requireCancellation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateKerberosBindingElement
public static SymmetricSecurityBindingElement CreateKerberosBindingElement() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException
-
CreateSslNegotiationBindingElement
public static SymmetricSecurityBindingElement CreateSslNegotiationBindingElement(boolean requireClientCertificate) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
CreateSslNegotiationBindingElement
public static SymmetricSecurityBindingElement CreateSslNegotiationBindingElement(boolean requireClientCertificate, boolean requireCancellation) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException
-
CreateSspiNegotiationBindingElement
public static SymmetricSecurityBindingElement CreateSspiNegotiationBindingElement() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
CreateSspiNegotiationBindingElement
public static SymmetricSecurityBindingElement CreateSspiNegotiationBindingElement(boolean requireCancellation) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException
-
CreateUserNameForCertificateBindingElement
public static SymmetricSecurityBindingElement CreateUserNameForCertificateBindingElement() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException
-
CreateUserNameForSslBindingElement
public static SymmetricSecurityBindingElement CreateUserNameForSslBindingElement() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
CreateUserNameForSslBindingElement
public static SymmetricSecurityBindingElement CreateUserNameForSslBindingElement(boolean requireCancellation) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException
-
CreateCertificateOverTransportBindingElement
public static TransportSecurityBindingElement CreateCertificateOverTransportBindingElement() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateCertificateOverTransportBindingElement
public static TransportSecurityBindingElement CreateCertificateOverTransportBindingElement(MessageSecurityVersion version) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateIssuedTokenOverTransportBindingElement
public static TransportSecurityBindingElement CreateIssuedTokenOverTransportBindingElement(IssuedSecurityTokenParameters issuedTokenParameters) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateKerberosOverTransportBindingElement
public static TransportSecurityBindingElement CreateKerberosOverTransportBindingElement() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException
-
CreateSspiNegotiationOverTransportBindingElement
public static TransportSecurityBindingElement CreateSspiNegotiationOverTransportBindingElement() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
CreateSspiNegotiationOverTransportBindingElement
public static TransportSecurityBindingElement CreateSspiNegotiationOverTransportBindingElement(boolean requireCancellation) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException
-
CreateUserNameOverTransportBindingElement
public static TransportSecurityBindingElement CreateUserNameOverTransportBindingElement() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException
-
SetKeyDerivation
public void SetKeyDerivation(boolean requireDerivedKeys) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAllowInsecureTransport
public boolean getAllowInsecureTransport() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowInsecureTransport
public void setAllowInsecureTransport(boolean AllowInsecureTransport) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEnableUnsecuredResponse
public boolean getEnableUnsecuredResponse() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnableUnsecuredResponse
public void setEnableUnsecuredResponse(boolean EnableUnsecuredResponse) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIncludeTimestamp
public boolean getIncludeTimestamp() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIncludeTimestamp
public void setIncludeTimestamp(boolean IncludeTimestamp) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProtectTokens
public boolean getProtectTokens() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProtectTokens
public void setProtectTokens(boolean ProtectTokens) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLocalClientSettings
public LocalClientSecuritySettings getLocalClientSettings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLocalServiceSettings
public LocalServiceSecuritySettings getLocalServiceSettings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSecurityHeaderLayout
public SecurityHeaderLayout getSecurityHeaderLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSecurityHeaderLayout
public void setSecurityHeaderLayout(SecurityHeaderLayout SecurityHeaderLayout) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getMessageSecurityVersion
public MessageSecurityVersion getMessageSecurityVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMessageSecurityVersion
public void setMessageSecurityVersion(MessageSecurityVersion MessageSecurityVersion) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getDefaultAlgorithmSuite
public SecurityAlgorithmSuite getDefaultAlgorithmSuite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultAlgorithmSuite
public void setDefaultAlgorithmSuite(SecurityAlgorithmSuite DefaultAlgorithmSuite) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getKeyEntropyMode
public SecurityKeyEntropyMode getKeyEntropyMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setKeyEntropyMode
public void setKeyEntropyMode(SecurityKeyEntropyMode KeyEntropyMode) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getEndpointSupportingTokenParameters
public SupportingTokenParameters getEndpointSupportingTokenParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOptionalEndpointSupportingTokenParameters
public SupportingTokenParameters getOptionalEndpointSupportingTokenParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-