org.jboss.ejb3.security.annotation
Class SecurityDomainImpl

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

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


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

value

public java.lang.String value()

unauthenticatedPrincipal

public java.lang.String unauthenticatedPrincipal()

annotationType

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

toString

public java.lang.String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class java.lang.Object