- All Superinterfaces:
- Cloneable
- See Also:
- Top Examples, Source Code,
GSSManager.createCredential(int)
,
GSSManager.createCredential(GSSName, int, Oid, int)
,
GSSManager.createCredential(GSSName, int, Oid[], int)
,
dispose()
static final int ACCEPT_ONLY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void add(GSSName name,
int initLifetime,
int acceptLifetime,
Oid mech,
int usage)
throws GSSException
- See Also:
GSSException.FAILURE
, GSSException.CREDENTIALS_EXPIRED
, GSSException.NO_CRED
, GSSException.BAD_NAMETYPE
, GSSException.BAD_MECH
, GSSException.DUPLICATE_ELEMENT
, INITIATE_ONLY
, ACCEPT_ONLY
, INITIATE_AND_ACCEPT
, GSSCredential.DEFAULT_LIFETIME
, GSSCredential.INDEFINITE_LIFETIME
, getRemainingAcceptLifetime
, getRemainingInitLifetime
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int DEFAULT_LIFETIME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void dispose()
throws GSSException
- See Also:
GSSException.FAILURE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean equals(Object another)
- See Also:
Hashtable
, Object.hashCode()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Oid[] getMechs()
throws GSSException
- See Also:
GSSException.FAILURE
, getUsage
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
GSSName getName()
throws GSSException
- See Also:
GSSException.FAILURE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
GSSName getName(Oid mech)
throws GSSException
- See Also:
GSSException.FAILURE
, GSSException.BAD_MECH
, getName
, canonicalize
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getRemainingAcceptLifetime(Oid mech)
throws GSSException
- See Also:
GSSException.FAILURE
, GSSException.BAD_MECH
, INDEFINITE_LIFETIME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getRemainingInitLifetime(Oid mech)
throws GSSException
- See Also:
GSSException.FAILURE
, GSSException.BAD_MECH
, INDEFINITE_LIFETIME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getRemainingLifetime()
throws GSSException
- See Also:
getRemainingAcceptLifetime(Oid)
, getRemainingInitLifetime(Oid)
, GSSException.FAILURE
, INDEFINITE_LIFETIME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getUsage()
throws GSSException
- See Also:
GSSException.FAILURE
, INITIATE_AND_ACCEPT
, ACCEPT_ONLY
, INITIATE_ONLY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getUsage(Oid mech)
throws GSSException
- See Also:
GSSException.FAILURE
, GSSException.BAD_MECH
, INITIATE_AND_ACCEPT
, ACCEPT_ONLY
, INITIATE_ONLY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int INDEFINITE_LIFETIME
- See Also:
Integer.MAX_VALUE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int INITIATE_AND_ACCEPT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int INITIATE_ONLY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples