public class SecurityTokenDescriptor extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Tokens.SecurityTokenDescriptor
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.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.IdentityModel
|
static java.lang.String |
className
Qualified class name: System.IdentityModel.Tokens.SecurityTokenDescriptor
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SecurityTokenDescriptor() |
SecurityTokenDescriptor(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 SecurityTokenDescriptor()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic SecurityTokenDescriptor(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddAuthenticationClaims(java.lang.String authType)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
KeyNotFoundException,
InvalidOperationException,
InvalidTimeZoneException,
NotSupportedException,
OverflowException,
IndexOutOfRangeException,
FormatException
public void AddAuthenticationClaims(java.lang.String authType,
DateTime time)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
KeyNotFoundException,
InvalidOperationException,
InvalidTimeZoneException,
SecurityException,
IOException,
NotSupportedException,
OverflowException,
TypeInitializationException,
MissingMethodException,
TargetInvocationException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionInvalidOperationExceptionInvalidTimeZoneExceptionSecurityExceptionIOExceptionNotSupportedExceptionOverflowExceptionTypeInitializationExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionpublic void ApplyTo(RequestSecurityTokenResponse response) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static SecurityTokenDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SecurityTokenDescriptor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSecurityTokenDescriptor instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getAppliesToAddress()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityKeyIdentifierClause getAttachedReference() throws java.lang.Throwable
java.lang.Throwablepublic AuthenticationInformation getAuthenticationInfo() throws java.lang.Throwable
java.lang.Throwablepublic EncryptingCredentials getEncryptingCredentials() throws java.lang.Throwable
java.lang.Throwablepublic 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 Lifetime getLifetime() throws java.lang.Throwable
java.lang.Throwablepublic ProofDescriptor getProof() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getReplyToAddress()
throws java.lang.Throwable
java.lang.Throwablepublic SigningCredentials getSigningCredentials() throws java.lang.Throwable
java.lang.Throwablepublic ClaimsIdentity getSubject() throws java.lang.Throwable
java.lang.Throwablepublic SecurityToken getToken() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTokenIssuerName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTokenType()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityKeyIdentifierClause getUnattachedReference() throws java.lang.Throwable
java.lang.Throwablepublic void setAppliesToAddress(java.lang.String AppliesToAddress)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
SecurityException,
UriFormatException,
OutOfMemoryException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionUriFormatExceptionOutOfMemoryExceptionOverflowExceptionpublic void setAttachedReference(SecurityKeyIdentifierClause AttachedReference) throws java.lang.Throwable
java.lang.Throwablepublic void setAuthenticationInfo(AuthenticationInformation AuthenticationInfo) throws java.lang.Throwable
java.lang.Throwablepublic void setEncryptingCredentials(EncryptingCredentials EncryptingCredentials) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLifetime(Lifetime Lifetime) throws java.lang.Throwable
java.lang.Throwablepublic void setProof(ProofDescriptor Proof) throws java.lang.Throwable
java.lang.Throwablepublic void setReplyToAddress(java.lang.String ReplyToAddress)
throws java.lang.Throwable
java.lang.Throwablepublic void setSigningCredentials(SigningCredentials SigningCredentials) throws java.lang.Throwable
java.lang.Throwablepublic void setSubject(ClaimsIdentity Subject) throws java.lang.Throwable
java.lang.Throwablepublic void setToken(SecurityToken Token) throws java.lang.Throwable
java.lang.Throwablepublic void setTokenIssuerName(java.lang.String TokenIssuerName)
throws java.lang.Throwable
java.lang.Throwablepublic void setTokenType(java.lang.String TokenType)
throws java.lang.Throwable
java.lang.Throwablepublic void setUnattachedReference(SecurityKeyIdentifierClause UnattachedReference) throws java.lang.Throwable
java.lang.Throwable