org.jboss.cdi.tck.tests.decorators.builtin.principal
Class PrincipalDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.builtin.principal.PrincipalDecorator
All Implemented Interfaces:
Principal

@Decorator
public abstract class PrincipalDecorator
extends Object
implements Principal


Constructor Summary
PrincipalDecorator()
           
 
Method Summary
 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

PrincipalDecorator

public PrincipalDecorator()
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal


Copyright © 2008-2012 Seam Framework. All Rights Reserved.