org.jboss.security.integration.password
Annotation Type Password


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface Password

Since:
Apr 1, 2009
Author:
Anil.Saldhana@redhat.com

Required Element Summary
 String methodName
          Name of the method that represents the password
 
Optional Element Summary
 String securityDomain
          Security Domain Defaults to other
 

Element Detail

methodName

public abstract String methodName
Name of the method that represents the password

Returns:

securityDomain

public abstract String securityDomain
Security Domain Defaults to other

Returns:
Default:
"other"


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