Package java.security
Interface Principal
-
- All Known Subinterfaces:
Group
- All Known Implementing Classes:
Identity
,IdentityScope
,Signer
public interface Principal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(Object var0)
String
getName()
int
hashCode()
String
toString()
-