org.norther.tammi.core.security
Interface IdentifiedPrincipal

All Superinterfaces:
Principal
All Known Implementing Classes:
GenericIdentity

public interface IdentifiedPrincipal
extends Principal

An interface to an identified user.

Author:
Ilkka Priha

Method Summary
 String toIdentity()
          Returns the identity of this principal.
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

toIdentity

String toIdentity()
Returns the identity of this principal.

Returns:
the identity.


Copyright © 2004 The Norther Organization. All rights reserved.