com.carbonfive.flashgateway.security.config
Class Service
java.lang.Object
com.carbonfive.flashgateway.security.config.Service
- public class Service
- extends java.lang.Object
Service configuration class.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Service
public Service()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getMethods
public java.util.Map getMethods()
addMethod
public void addMethod(Method method)
getMethod
public Method getMethod(java.lang.String methodName)
toString
public java.lang.String toString()