public class GSSUPName extends Object
GSSAPI stands for Generic Security Service Application Program Interface
Modifier and Type | Field and Description |
---|---|
static char |
AT_CHAR |
static String |
AT_STRING |
static char |
ESCAPE_CHAR |
static String |
ESCAPE_STRING |
Constructor and Description |
---|
GSSUPName(byte[] GSSExportedName)
Construct a GSSUPName from an exported name.
|
GSSUPName(String username,
String realm) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getExportedName()
returns and exported name as an array of 1 or more UTF8 characters.
|
String |
getRealm() |
String |
getUser() |
int |
hashCode() |
static void |
main(String[] args) |
String |
toString() |
public static final char AT_CHAR
public static final String AT_STRING
public static final char ESCAPE_CHAR
public static final String ESCAPE_STRING
public GSSUPName(byte[] GSSExportedName)
Copyright © 2018. All rights reserved.