org.jboss.ejb3.security.annotation
Class SecurityDomainImpl
java.lang.Object
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
| 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 |
SecurityDomainImpl
public SecurityDomainImpl()
SecurityDomainImpl
public SecurityDomainImpl(java.lang.String value,
java.lang.String unauthenticatedPrincipal)
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