Public Member Functions | |
void | create (String user, String host) throws JSchException |
boolean | isEstablished () |
byte[] | init (byte[] token, int s, int l) throws JSchException |
byte[] | getMIC (byte[] message, int s, int l) |
void | dispose () |
Static Private Member Functions | |
static String | getSystemProperty (String key) |
static void | setSystemProperty (String key, String value) |
Private Attributes | |
GSSContext | context = null |
Static Private Attributes | |
static final String | pUseSubjectCredsOnly |
static String | useSubjectCredsOnly |
Definition at line 44 of file GSSContextKrb5.java.
void com.jcraft.jsch.jgss.GSSContextKrb5.create | ( | String | user, | |
String | host | |||
) | throws JSchException |
Definition at line 52 of file GSSContextKrb5.java.
References com.jcraft.jsch.jgss.GSSContextKrb5.context.
void com.jcraft.jsch.jgss.GSSContextKrb5.dispose | ( | ) |
Definition at line 155 of file GSSContextKrb5.java.
References com.jcraft.jsch.jgss.GSSContextKrb5.context.
byte [] com.jcraft.jsch.jgss.GSSContextKrb5.getMIC | ( | byte[] | message, | |
int | s, | |||
int | l | |||
) |
Definition at line 145 of file GSSContextKrb5.java.
References com.jcraft.jsch.jgss.GSSContextKrb5.context.
static String com.jcraft.jsch.jgss.GSSContextKrb5.getSystemProperty | ( | String | key | ) | [static, private] |
Definition at line 163 of file GSSContextKrb5.java.
byte [] com.jcraft.jsch.jgss.GSSContextKrb5.init | ( | byte[] | token, | |
int | s, | |||
int | l | |||
) | throws JSchException |
boolean com.jcraft.jsch.jgss.GSSContextKrb5.isEstablished | ( | ) |
Definition at line 114 of file GSSContextKrb5.java.
References com.jcraft.jsch.jgss.GSSContextKrb5.context.
static void com.jcraft.jsch.jgss.GSSContextKrb5.setSystemProperty | ( | String | key, | |
String | value | |||
) | [static, private] |
Definition at line 171 of file GSSContextKrb5.java.
Referenced by com.jcraft.jsch.jgss.GSSContextKrb5.init().
GSSContext com.jcraft.jsch.jgss.GSSContextKrb5.context = null [private] |
Definition at line 51 of file GSSContextKrb5.java.
Referenced by com.jcraft.jsch.jgss.GSSContextKrb5.create(), com.jcraft.jsch.jgss.GSSContextKrb5.dispose(), com.jcraft.jsch.jgss.GSSContextKrb5.getMIC(), com.jcraft.jsch.jgss.GSSContextKrb5.init(), and com.jcraft.jsch.jgss.GSSContextKrb5.isEstablished().
final String com.jcraft.jsch.jgss.GSSContextKrb5.pUseSubjectCredsOnly [static, private] |
"javax.security.auth.useSubjectCredsOnly"
Definition at line 46 of file GSSContextKrb5.java.
Referenced by com.jcraft.jsch.jgss.GSSContextKrb5.init().
String com.jcraft.jsch.jgss.GSSContextKrb5.useSubjectCredsOnly [static, private] |
Definition at line 48 of file GSSContextKrb5.java.
Referenced by com.jcraft.jsch.jgss.GSSContextKrb5.init().