public class KerberosRequestorSecurityToken extends SecurityToken
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Tokens.KerberosRequestorSecurityToken
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.KerberosRequestorSecurityToken
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
KerberosRequestorSecurityToken() |
KerberosRequestorSecurityToken(java.lang.Object instance)
Internal constructor.
|
KerberosRequestorSecurityToken(java.lang.String servicePrincipalName) |
KerberosRequestorSecurityToken(java.lang.String servicePrincipalName,
TokenImpersonationLevel tokenImpersonationLevel,
NetworkCredential networkCredential,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
static KerberosRequestorSecurityToken |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into KerberosRequestorSecurityToken, a cast assert is made to check if types are compatible. |
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
|
byte[] |
GetRequest() |
SymmetricSecurityKey |
getSecurityKey() |
java.lang.String |
getServicePrincipalName() |
boolean |
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause keyIdentifierClause) |
void |
setJCOInstance(JCObject instance) |
getId, getValidFrom, getValidTo, ResolveKeyIdentifierClausepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public KerberosRequestorSecurityToken()
throws java.lang.Throwable
java.lang.Throwablepublic KerberosRequestorSecurityToken(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic KerberosRequestorSecurityToken(java.lang.String servicePrincipalName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MissingManifestResourceException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
KeyNotFoundException,
AccessViolationException,
NotSupportedException,
OverflowException,
SecurityTokenValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionObjectDisposedExceptionCryptographicExceptionKeyNotFoundExceptionAccessViolationExceptionNotSupportedExceptionOverflowExceptionSecurityTokenValidationExceptionpublic KerberosRequestorSecurityToken(java.lang.String servicePrincipalName,
TokenImpersonationLevel tokenImpersonationLevel,
NetworkCredential networkCredential,
java.lang.String id)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
CryptographicException,
KeyNotFoundException,
AccessViolationException,
CultureNotFoundException,
NotSupportedException,
MissingMethodException,
TargetInvocationException,
SecurityTokenValidationException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionCryptographicExceptionKeyNotFoundExceptionAccessViolationExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityTokenValidationExceptionpublic static KerberosRequestorSecurityToken cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into KerberosRequestorSecurityToken, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedKerberosRequestorSecurityToken instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SecurityTokenString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SecurityTokenString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SecurityTokenObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SecurityTokenString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SecurityTokenJCType representing the CLR Type of the instantiated Classpublic byte[] GetRequest()
throws java.lang.Throwable,
ArgumentException,
MulticastNotSupportedException,
ArgumentNullException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
ArgumentOutOfRangeException
public SymmetricSecurityKey getSecurityKey() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getServicePrincipalName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean MatchesKeyIdentifierClause(SecurityKeyIdentifierClause keyIdentifierClause) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, ApplicationException, NotSupportedException, InvalidOperationException, PlatformNotSupportedException, CryptographicException, ObjectDisposedException, ArgumentOutOfRangeException, NotImplementedException, KeyNotFoundException
MatchesKeyIdentifierClause in class SecurityTokenjava.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionOutOfMemoryExceptionApplicationExceptionNotSupportedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionCryptographicExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionNotImplementedExceptionKeyNotFoundExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class SecurityToken