public interface IWSTrustChannelContract extends IJCOBridgeReflected, IWSTrustContract
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.IWSTrustChannelContract
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.IWSTrustChannelContract
|
BeginCancel, BeginIssue, BeginRenew, BeginValidate, Cancel, EndCancel, EndIssue, EndRenew, EndValidate, Issue, Renew, ToIWSTrustContract, Validatestatic final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
IAsyncResult BeginCancel(RequestSecurityToken request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
java.lang.ThrowableIAsyncResult BeginIssue(RequestSecurityToken request, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable
java.lang.ThrowableIAsyncResult BeginRenew(RequestSecurityToken request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
java.lang.ThrowableIAsyncResult BeginValidate(RequestSecurityToken request, AsyncCallback callback, NetObject state) throws java.lang.Throwable
java.lang.ThrowableRequestSecurityTokenResponse Cancel(RequestSecurityToken request) throws java.lang.Throwable
java.lang.Throwablevoid EndCancel(IAsyncResult result, JCORefOut<RequestSecurityTokenResponse> response) throws java.lang.Throwable
java.lang.ThrowableSecurityToken EndIssue(IAsyncResult result, JCORefOut<RequestSecurityTokenResponse> response) throws java.lang.Throwable
java.lang.Throwablevoid EndRenew(IAsyncResult result, JCORefOut<RequestSecurityTokenResponse> response) throws java.lang.Throwable
java.lang.Throwablevoid EndValidate(IAsyncResult result, JCORefOut<RequestSecurityTokenResponse> response) throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IWSTrustContractString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IWSTrustContractString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IWSTrustContractObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IWSTrustContractString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedgetJCOType in interface IWSTrustContractJCType representing the Type of the instantiated ClassSecurityToken Issue(RequestSecurityToken request) throws java.lang.Throwable
java.lang.ThrowableSecurityToken Issue(RequestSecurityToken request, JCORefOut<RequestSecurityTokenResponse> response) throws java.lang.Throwable
java.lang.ThrowableRequestSecurityTokenResponse Renew(RequestSecurityToken request) throws java.lang.Throwable
java.lang.Throwablestatic IWSTrustChannelContract ToIWSTrustChannelContract(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IWSTrustChannelContract, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIWSTrustChannelContract instancejava.lang.Throwable - in case of error during cast operationRequestSecurityTokenResponse Validate(RequestSecurityToken request) throws java.lang.Throwable
java.lang.Throwable