Principal

interface Principal(source)

Deprecated

Principal is not required anymore. Remove this interface or replace it with Any.

A deprecated marker interface that is no longer required for authenticated principals.

Remove this interface from principal classes, or use Any when a principal type is still needed.

Report a problem