![JAR search and dependency download from the Maven repository](/logo.png)
java.security.Principal Maven / Gradle / Ivy
package java.security;
public interface Principal {
boolean equals(Object another);
String toString();
int hashCode();
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy