Serializable, Comparable<InquireType>public enum InquireType extends Enum<InquireType>
ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)| 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.
as of 9, replaced by
KRB5_GET_SESSION_KEY_EX
which returns an instance of
EncryptionKey
that implements the SecretKey interface and
has similar methods with KerberosKey. |
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(String name) |
Returns the enum constant of this type with the specified name.
|
static InquireType[] |
values() |
Returns an array containing the constants of this enum type, 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()
for (InquireType c : InquireType.values()) System.out.println(c);
public static InquireType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2000, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1