org.jboss.ejb3.annotation.impl
Class RunAsPrincipalImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.RunAsPrincipalImpl
All Implemented Interfaces:
Annotation, org.jboss.ejb3.annotation.RunAsPrincipal

public class RunAsPrincipalImpl
extends Object
implements org.jboss.ejb3.annotation.RunAsPrincipal

// *

Version:
$Revision: 67795 $
Author:
William DeCoste

Constructor Summary
RunAsPrincipalImpl(String value)
           
 
Method Summary
 Class<org.jboss.ejb3.annotation.RunAsPrincipal> annotationType()
           
 String toString()
           
 String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Constructor Detail

RunAsPrincipalImpl

public RunAsPrincipalImpl(String value)
Method Detail

value

public String value()

annotationType

public Class<org.jboss.ejb3.annotation.RunAsPrincipal> annotationType()
Specified by:
annotationType in interface Annotation

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.