com.carbonfive.flashgateway.security.config
Class Method

java.lang.Object
  extended bycom.carbonfive.flashgateway.security.config.Method

public class Method
extends java.lang.Object

Method configuration class.


Constructor Summary
Method()
           
 
Method Summary
 AccessConstraint getConstraint()
           
 java.lang.String getName()
           
 void setConstraint(AccessConstraint constraint)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Method

public Method()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getConstraint

public AccessConstraint getConstraint()

setConstraint

public void setConstraint(AccessConstraint constraint)

toString

public java.lang.String toString()