KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > Principal

java.security
Interface Principal

All Known Subinterfaces:
Group
All Known Implementing Classes:
Identity, IdentityScope, JMXPrincipal, KerberosPrincipal, Signer, X500Principal
See Also:
Top Examples, Source Code, X509Certificate

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


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


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


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

Popular Tags