net.sf.bimbo.impl
Class BimboPrincipal

java.lang.Object
  extended by net.sf.bimbo.impl.BimboPrincipal
All Implemented Interfaces:
java.security.Principal

public class BimboPrincipal
extends java.lang.Object
implements java.security.Principal

Bimbo principal implementation.

Author:
fcorneli

Constructor Summary
BimboPrincipal(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
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

BimboPrincipal

public BimboPrincipal(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal


Copyright © 2008 Frank Cornelis IT. All Rights Reserved.