Class GssClient
- java.lang.Object
-
- org.globus.gsi.gssapi.net.example.GssClient
-
public class GssClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Authorization
auth
private static org.ietf.jgss.GSSCredential
cred
private static java.lang.String
helpMsg
private org.ietf.jgss.GSSName
targetName
-
Constructor Summary
Constructors Constructor Description GssClient()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
connect(java.lang.String host, int port, GetOpts opts)
private static org.ietf.jgss.GSSCredential
getCredential(org.ietf.jgss.GSSManager manager)
static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
helpMsg
private static final java.lang.String helpMsg
- See Also:
- Constant Field Values
-
auth
private Authorization auth
-
targetName
private org.ietf.jgss.GSSName targetName
-
cred
private static org.ietf.jgss.GSSCredential cred
-
-
Method Detail
-
getCredential
private static org.ietf.jgss.GSSCredential getCredential(org.ietf.jgss.GSSManager manager) throws java.lang.Exception
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
connect
public void connect(java.lang.String host, int port, GetOpts opts)
-
-