|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GSSCredentialSpi | |
|---|---|
| sun.security.mule.jgss | |
| sun.security.mule.jgss.krb5 | |
| sun.security.mule.jgss.spi | |
| sun.security.mule.jgss.spnego | |
| sun.security.mule.jgss.wrapper | |
| Uses of GSSCredentialSpi in sun.security.mule.jgss |
|---|
| Methods in sun.security.mule.jgss that return GSSCredentialSpi | |
|---|---|
GSSCredentialSpi |
GSSManagerImpl.getCredentialElement(GSSNameSpi name,
int initLifetime,
int acceptLifetime,
Oid mech,
int usage)
|
GSSCredentialSpi |
GSSCredentialImpl.getElement(Oid mechOid,
boolean initiate)
Returns the specified mechanism's credential-element. |
| Constructors in sun.security.mule.jgss with parameters of type GSSCredentialSpi | |
|---|---|
GSSCredentialImpl(GSSManagerImpl gssManager,
GSSCredentialSpi mechElement)
|
|
| Uses of GSSCredentialSpi in sun.security.mule.jgss.krb5 |
|---|
| Methods in sun.security.mule.jgss.krb5 that return GSSCredentialSpi | |
|---|---|
GSSCredentialSpi |
Krb5MechFactory.getCredentialElement(GSSNameSpi name,
int initLifetime,
int acceptLifetime,
int usage)
|
GSSCredentialSpi |
Krb5Context.getDelegCred()
Returns the delegated credential for the context. |
| Methods in sun.security.mule.jgss.krb5 with parameters of type GSSCredentialSpi | |
|---|---|
GSSContextSpi |
Krb5MechFactory.getMechanismContext(GSSCredentialSpi myAcceptorCred)
|
GSSContextSpi |
Krb5MechFactory.getMechanismContext(GSSNameSpi peer,
GSSCredentialSpi myInitiatorCred,
int lifetime)
|
| Uses of GSSCredentialSpi in sun.security.mule.jgss.spi |
|---|
| Methods in sun.security.mule.jgss.spi that return GSSCredentialSpi | |
|---|---|
GSSCredentialSpi |
MechanismFactory.getCredentialElement(GSSNameSpi name,
int initLifetime,
int acceptLifetime,
int usage)
Creates a credential element for this mechanism to be included as part of a GSSCredential implementation. |
GSSCredentialSpi |
GSSContextSpi.getDelegCred()
|
| Methods in sun.security.mule.jgss.spi with parameters of type GSSCredentialSpi | |
|---|---|
GSSContextSpi |
MechanismFactory.getMechanismContext(GSSCredentialSpi myAcceptorCred)
Creates a security context for this mechanism so thatit can be used on the context acceptor's side. |
GSSContextSpi |
MechanismFactory.getMechanismContext(GSSNameSpi peer,
GSSCredentialSpi myInitiatorCred,
int lifetime)
Creates a security context for this mechanism so that it can be used on the context initiator's side. |
| Uses of GSSCredentialSpi in sun.security.mule.jgss.spnego |
|---|
| Classes in sun.security.mule.jgss.spnego that implement GSSCredentialSpi | |
|---|---|
class |
SpNegoCredElement
This class is the cred element implementation for SPNEGO mech. |
| Methods in sun.security.mule.jgss.spnego that return GSSCredentialSpi | |
|---|---|
GSSCredentialSpi |
SpNegoMechFactory.getCredentialElement(GSSNameSpi name,
int initLifetime,
int acceptLifetime,
int usage)
|
GSSCredentialSpi |
SpNegoContext.getDelegCred()
Returns the delegated credential for the context. |
GSSCredentialSpi |
SpNegoCredElement.getInternalCred()
|
| Methods in sun.security.mule.jgss.spnego with parameters of type GSSCredentialSpi | |
|---|---|
GSSContextSpi |
SpNegoMechFactory.getMechanismContext(GSSCredentialSpi myAcceptorCred)
|
GSSContextSpi |
SpNegoMechFactory.getMechanismContext(GSSNameSpi peer,
GSSCredentialSpi myInitiatorCred,
int lifetime)
|
| Constructors in sun.security.mule.jgss.spnego with parameters of type GSSCredentialSpi | |
|---|---|
SpNegoContext(SpNegoMechFactory factory,
GSSCredentialSpi myCred)
Constructor for SpNegoContext to be called on the context acceptor's side. |
|
SpNegoContext(SpNegoMechFactory factory,
GSSNameSpi peerName,
GSSCredentialSpi myCred,
int lifetime)
Constructor for SpNegoContext to be called on the context initiator's side. |
|
| Uses of GSSCredentialSpi in sun.security.mule.jgss.wrapper |
|---|
| Classes in sun.security.mule.jgss.wrapper that implement GSSCredentialSpi | |
|---|---|
class |
GSSCredElement
This class is essentially a wrapper class for the gss_cred_id_t structure of the native GSS library. |
| Methods in sun.security.mule.jgss.wrapper that return GSSCredentialSpi | |
|---|---|
GSSCredentialSpi |
NativeGSSFactory.getCredentialElement(GSSNameSpi name,
int initLifetime,
int acceptLifetime,
int usage)
|
| Methods in sun.security.mule.jgss.wrapper with parameters of type GSSCredentialSpi | |
|---|---|
GSSContextSpi |
NativeGSSFactory.getMechanismContext(GSSCredentialSpi myCred)
|
GSSContextSpi |
NativeGSSFactory.getMechanismContext(GSSNameSpi peer,
GSSCredentialSpi myCred,
int lifetime)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||