com.endeca.navigation
Class ENEPrincipal

java.lang.Object
  extended by com.endeca.navigation.ENEPrincipal
All Implemented Interfaces:
Principal

public class ENEPrincipal
extends Object
implements Principal

Class representing the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, or a login ID.


Constructor Summary
ENEPrincipal(String name)
          Creates a new ENEPrincipal object.
 
Method Summary
 String getName()
          Returns the name of this principal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

ENEPrincipal

public ENEPrincipal(String name)
Creates a new ENEPrincipal object.

Parameters:
name - the name of the principal.
Method Detail

getName

public String getName()
Returns the name of this principal.

Specified by:
getName in interface Principal
Returns:
the name of this principal.


© 2008 Endeca Technologies, Inc.
Endeca Confidential