public class GSSUPName extends Object
| 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) |
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
Copyright © 2017. All rights reserved.