org.jboss.aspects.security
Annotation Type SecurityDomain


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SecurityDomain

JDK 1.4 annotation for JBoss security domain See JBoss J2EE Security documentation for more info on security domains. Basically it specifies the repository where usernames, passwords, and user/role associtations are stored.

Version:
$Revision: 70929 $
Author:
Bill Burke

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


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