Skip navigation links
Java GSS-API Utilities
A C E G I R T V 

A

AuthorizationDataEntry - Class in com.sun.security.jgss
Kerberos 5 AuthorizationData entry.
AuthorizationDataEntry(int, byte[]) - Constructor for class com.sun.security.jgss.AuthorizationDataEntry
Create an AuthorizationDataEntry object.

C

com.sun.security.jgss - package com.sun.security.jgss
 
createSubject(GSSName, GSSCredential) - Static method in class com.sun.security.jgss.GSSUtil
Use this method to convert a GSSName and GSSCredential into a Subject.

E

ExtendedGSSContext - Interface in com.sun.security.jgss
The extended GSSContext interface for supporting additional functionalities not defined by org.ietf.jgss.GSSContext, such as querying context-specific attributes.
ExtendedGSSCredential - Interface in com.sun.security.jgss
The extended GSSCredential interface for supporting additional functionalities not defined by org.ietf.jgss.GSSCredential.

G

getData() - Method in class com.sun.security.jgss.AuthorizationDataEntry
Get a copy of the ad-data field.
getDelegPolicyState() - Method in interface com.sun.security.jgss.ExtendedGSSContext
Returns the delegation policy response.
getType() - Method in class com.sun.security.jgss.AuthorizationDataEntry
Get the ad-type field.
GSSUtil - Class in com.sun.security.jgss
GSS-API Utilities for using in conjunction with Sun Microsystem's implementation of Java GSS-API.
GSSUtil() - Constructor for class com.sun.security.jgss.GSSUtil
 

I

impersonate(GSSName) - Method in interface com.sun.security.jgss.ExtendedGSSCredential
Impersonates a principal.
inquireSecContext(InquireType) - Method in interface com.sun.security.jgss.ExtendedGSSContext
Return the mechanism-specific attribute associated with type.
InquireSecContextPermission - Class in com.sun.security.jgss
This class is used to protect various attributes of an established GSS security context that can be accessed using the ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType) method.
InquireSecContextPermission(String) - Constructor for class com.sun.security.jgss.InquireSecContextPermission
Constructs a new InquireSecContextPermission object with the specified name.
InquireType - Enum in com.sun.security.jgss
Attribute types that can be specified as an argument of ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)

R

requestDelegPolicy(boolean) - Method in interface com.sun.security.jgss.ExtendedGSSContext
Requests that the delegation policy be respected.

T

toString() - Method in class com.sun.security.jgss.AuthorizationDataEntry
 

V

valueOf(String) - Static method in enum com.sun.security.jgss.InquireType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.security.jgss.InquireType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G I R T V 
Skip navigation links
Java GSS-API Utilities


Copyright © 2000, 2017, Oracle and/or its affiliates. All rights reserved.