Java java.security Principal fields, constructors, methods, implement or subclass

Example usage for Java java.security Principal fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security Principal.

The text is from its open source code.

Implementation

java.security.Principal has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanequals(Object another)
Compares this principal to the specified object.
ClassgetClass()
Returns the runtime class of this Object .
StringgetName()
Returns the name of this principal.
StringtoString()
Returns a string representation of this principal.