Class AbstractPrincipal

java.lang.Object
com.globalmentor.model.DefaultIDed<String>
com.globalmentor.security.AbstractPrincipal
All Implemented Interfaces:
IDed<String>, Principal

public abstract class AbstractPrincipal extends DefaultIDed<String> implements Principal
An abstract implementation of a principal.
Author:
Garret Wilson
  • Constructor Details

    • AbstractPrincipal

      public AbstractPrincipal(String name)
      Constructor specifying the principal name.
      Parameters:
      name - The name of the principal.
  • Method Details