KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > auth > kerberos > KerberosPrincipal

javax.security.auth.kerberos
Class KerberosPrincipal

java.lang.Object
  extended by javax.security.auth.kerberos.KerberosPrincipal
All Implemented Interfaces:
Serializable, Principal
See Also:
Top Examples, Source Code

public boolean equals(Object other)
See Also:
Hashtable, Object.hashCode(), Principal
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
See Also:
Principal
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getNameType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getRealm()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object), Principal
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public KerberosPrincipal(String name)
See Also:
IllegalArgumentException, KRB_NT_PRINCIPAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public KerberosPrincipal(String name,
                         int nameType)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KRB_NT_PRINCIPAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KRB_NT_SRV_HST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KRB_NT_SRV_INST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KRB_NT_SRV_XHST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KRB_NT_UID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int KRB_NT_UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object, Principal
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags