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 booleanequals(Object var0)StringgetName()inthashCode()StringtoString()
-