org.jboss.seam.security.config
Class AuthConstraint

java.lang.Object
  extended by org.jboss.seam.security.config.AuthConstraint

public class AuthConstraint
extends Object

Represents the <auth-constraint> settings in the config file.

Author:
Shane Bryzak

Constructor Summary
AuthConstraint()
           
 
Method Summary
 Set<String> getRoles()
           
 void setRoles(Set<String> roles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthConstraint

public AuthConstraint()
Method Detail

getRoles

public Set<String> getRoles()

setRoles

public void setRoles(Set<String> roles)