org.jboss.ejb3.security.annotation
Class SecurityDomainImpl

java.lang.Object
  extended by org.jboss.ejb3.security.annotation.SecurityDomainImpl
All Implemented Interfaces:
Annotation, org.jboss.ejb3.annotation.SecurityDomain

public class SecurityDomainImpl
extends Object
implements org.jboss.ejb3.annotation.SecurityDomain

Version:
$Revision: 77778 $
Author:
William DeCoste

Constructor Summary
SecurityDomainImpl()
           
SecurityDomainImpl(String value, String unauthenticatedPrincipal)
           
 
Method Summary
 Class<org.jboss.ejb3.annotation.SecurityDomain> annotationType()
           
 String toString()
           
 String unauthenticatedPrincipal()
           
 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

SecurityDomainImpl

public SecurityDomainImpl()

SecurityDomainImpl

public SecurityDomainImpl(String value,
                          String unauthenticatedPrincipal)
Method Detail

value

public String value()

unauthenticatedPrincipal

public String unauthenticatedPrincipal()

annotationType

public Class<org.jboss.ejb3.annotation.SecurityDomain> 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.