Serializable
, Comparable<InquireType>
, Constable
public enum InquireType extends Enum<InquireType>
ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)
Enum.EnumDesc<E extends Enum<E>>
Enum Constant | Description |
---|---|
KRB5_GET_AUTHTIME |
Attribute type for retrieving the authtime in the service ticket of an established Kerberos 5 security context. |
KRB5_GET_AUTHZ_DATA |
Attribute type for retrieving the authorization data in the service ticket of an established Kerberos 5 security context. |
KRB5_GET_KRB_CRED |
Attribute type for retrieving the KRB_CRED message that an initiator is about to send to an acceptor. |
KRB5_GET_SESSION_KEY |
Deprecated. |
KRB5_GET_SESSION_KEY_EX |
Attribute type for retrieving the session key of an established Kerberos 5 security context. |
KRB5_GET_TKT_FLAGS |
Attribute type for retrieving the service ticket flags of an established Kerberos 5 security context. |
Modifier and Type | Method | Description |
---|---|---|
static InquireType |
valueOf |
Returns the enum constant of this class with the specified name. |
static InquireType[] |
values() |
Returns an array containing the constants of this enum class, in the order they are declared. |
@Deprecated public static final InquireType KRB5_GET_SESSION_KEY
KRB5_GET_SESSION_KEY_EX
which returns an instance of EncryptionKey
that implements the SecretKey
interface and has similar methods with KerberosKey
.Key
, which has the following properties: public static final InquireType KRB5_GET_SESSION_KEY_EX
EncryptionKey
.public static final InquireType KRB5_GET_TKT_FLAGS
public static final InquireType KRB5_GET_AUTHZ_DATA
public static final InquireType KRB5_GET_AUTHTIME
public static final InquireType KRB5_GET_KRB_CRED
KerberosCredMessage
.public static InquireType[] values()
public static InquireType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.security.jgss/com/sun/security/jgss/InquireType.html
KRB5_GET_SESSION_KEY_EX
which returns an instance ofEncryptionKey
that implements theSecretKey
interface and has similar methods withKerberosKey
.