java.lang.Object
org.ietf.jgss.GSSManager
- See Also:
- Top Examples, Source Code,
addProviderAtEnd , addProviderAtFront , getInstance , GSSName ,
GSSCredential ,
GSSContext
public abstract void addProviderAtEnd(Provider p,
Oid mech)
throws GSSException - See Also:
GSSException.FAILURE , GSSException.UNAVAILABLE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void addProviderAtFront(Provider p,
Oid mech)
throws GSSException - See Also:
GSSException.FAILURE , GSSException.UNAVAILABLE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSContext createContext(byte[] interProcessToken)
throws GSSException - See Also:
-
GSSException.FAILURE , GSSException.UNAUTHORIZED , GSSException.UNAVAILABLE , GSSException.DEFECTIVE_TOKEN , GSSException.NO_CONTEXT , SecurityException , GSSContext.isTransferable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSContext createContext(GSSCredential myCred)
throws GSSException - See Also:
-
GSSException.FAILURE , GSSException.BAD_MECH , GSSException.CREDENTIALS_EXPIRED , GSSException.NO_CRED , SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSContext createContext(GSSName peer,
Oid mech,
GSSCredential myCred,
int lifetime)
throws GSSException - See Also:
-
GSSException.FAILURE , GSSException.BAD_MECH , GSSException.BAD_NAMETYPE , GSSException.CREDENTIALS_EXPIRED , GSSException.NO_CRED , GSSContext.DEFAULT_LIFETIME , GSSContext.INDEFINITE_LIFETIME , getLifetime , SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSCredential createCredential(int usage)
throws GSSException - See Also:
-
GSSException.FAILURE , GSSException.NO_CRED , GSSException.CREDENTIALS_EXPIRED , GSSException.BAD_NAME , GSSException.BAD_NAMETYPE , GSSException.BAD_MECH , GSSCredential.INITIATE_ONLY , GSSCredential.ACCEPT_ONLY , GSSCredential.INITIATE_AND_ACCEPT , SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSCredential createCredential(GSSName name,
int lifetime,
Oid mech,
int usage)
throws GSSException - See Also:
-
GSSException.FAILURE , GSSException.NO_CRED , GSSException.CREDENTIALS_EXPIRED , GSSException.BAD_NAME , GSSException.BAD_NAMETYPE , GSSException.BAD_MECH , GSSCredential.INITIATE_ONLY , GSSCredential.ACCEPT_ONLY , GSSCredential.INITIATE_AND_ACCEPT , GSSCredential.DEFAULT_LIFETIME , GSSCredential.INDEFINITE_LIFETIME , getRemainingLifetime , SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSCredential createCredential(GSSName name,
int lifetime,
Oid[] mechs,
int usage)
throws GSSException - See Also:
-
GSSException.FAILURE , GSSException.NO_CRED , GSSException.CREDENTIALS_EXPIRED , GSSException.BAD_NAME , GSSException.BAD_NAMETYPE , GSSException.BAD_MECH , GSSCredential.INITIATE_ONLY , GSSCredential.ACCEPT_ONLY , GSSCredential.INITIATE_AND_ACCEPT , GSSCredential.DEFAULT_LIFETIME , GSSCredential.INDEFINITE_LIFETIME , getRemainingLifetime , SecurityException , GSSCredential.getMechs
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSName createName(byte[] name,
Oid nameType)
throws GSSException - See Also:
GSSName.NT_EXPORT_NAME , GSSException.FAILURE , GSSException.BAD_MECH , GSSException.BAD_NAME , GSSException.BAD_NAMETYPE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSName createName(byte[] name,
Oid nameType,
Oid mech)
throws GSSException - See Also:
GSSName.NT_EXPORT_NAME , GSSName.canonicalize(Oid) , GSSException.FAILURE , GSSException.BAD_MECH , GSSException.BAD_NAME , GSSException.BAD_NAMETYPE , createName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSName createName(String nameStr,
Oid nameType)
throws GSSException - See Also:
GSSName.NT_EXPORT_NAME , GSSException.FAILURE , GSSException.BAD_MECH , GSSException.BAD_NAME , GSSException.BAD_NAMETYPE , createName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract GSSName createName(String nameStr,
Oid nameType,
Oid mech)
throws GSSException - See Also:
GSSName.NT_EXPORT_NAME , GSSName.canonicalize(Oid) , GSSException.FAILURE , GSSException.BAD_MECH , GSSException.BAD_NAME , GSSException.BAD_NAMETYPE , createName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static GSSManager getInstance() - Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Oid[] getMechs() - See Also:
getInstance()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Oid[] getMechsForName(Oid nameType) - See Also:
getNamesForMech(Oid) , GSSName.NT_EXPORT_NAME , GSSName.NT_HOSTBASED_SERVICE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Oid[] getNamesForMech(Oid mech)
throws GSSException - See Also:
getMechsForName(Oid) , GSSException.FAILURE , GSSException.BAD_MECH , GSSName.NT_EXPORT_NAME , GSSName.NT_HOSTBASED_SERVICE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public GSSManager() - Geek's Notes:
- Description Add your codes or notes Search More Java Examples
| Popular Tags |