javax.security.jacc

Class EJBMethodPermission.MethodSpec

private static class EJBMethodPermission.MethodSpec extends Object

Field Summary
protected Stringactions
protected StringmethodInterface
protected StringmethodName
protected StringmethodParams
Constructor Summary
MethodSpec(String actionString)
MethodSpec(String mthdName, String mthdInterface, String[] methodParamsArray)
MethodSpec(String mthdInterface, Method method)
Method Summary
booleanequals(EJBMethodPermission.MethodSpec spec)
StringgetActions()
inthashCode()
booleanimplies(EJBMethodPermission.MethodSpec methodSpec)

Field Detail

actions

protected String actions

methodInterface

protected String methodInterface

methodName

protected String methodName

methodParams

protected String methodParams

Constructor Detail

MethodSpec

public MethodSpec(String actionString)

MethodSpec

public MethodSpec(String mthdName, String mthdInterface, String[] methodParamsArray)

MethodSpec

public MethodSpec(String mthdInterface, Method method)

Method Detail

equals

public boolean equals(EJBMethodPermission.MethodSpec spec)

getActions

public String getActions()

hashCode

public int hashCode()

implies

public boolean implies(EJBMethodPermission.MethodSpec methodSpec)