Class GSSUPName
- java.lang.Object
-
- com.sun.enterprise.common.iiop.security.GSSUPName
-
public class GSSUPName extends Object
This class implements the GSSAPI exported name functionality as required by CSIV2.GSSAPI stands for Generic Security Service Application Program Interface
- Author:
- Sekhar Vajjhala
-
-
Field Summary
Fields Modifier and Type Field Description static charAT_CHARstatic StringAT_STRINGstatic charESCAPE_CHARstatic StringESCAPE_STRING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)byte[]getExportedName()returns and exported name as an array of 1 or more UTF8 characters.StringgetRealm()StringgetUser()inthashCode()static voidmain(String[] args)StringtoString()
-
-
-
Field Detail
-
AT_CHAR
public static final char AT_CHAR
- See Also:
- Constant Field Values
-
AT_STRING
public static final String AT_STRING
- See Also:
- Constant Field Values
-
ESCAPE_CHAR
public static final char ESCAPE_CHAR
- See Also:
- Constant Field Values
-
ESCAPE_STRING
public static final String ESCAPE_STRING
- See Also:
- Constant Field Values
-
-