|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.security.authorization.client.RoleAndMethodsAuthorization
public final class RoleAndMethodsAuthorization
Simple class for client-admin exchange
Constructor Summary | |
---|---|
RoleAndMethodsAuthorization()
Default constructor |
Method Summary | |
---|---|
java.lang.Boolean |
getAllMethod()
Gets the allMethod value |
java.lang.Boolean |
getDeleteMethod()
Gets the deleteMethod value |
java.lang.String |
getDescription()
Gets the description value |
java.lang.Boolean |
getGetMethod()
Gets the getMethod value |
java.lang.Boolean |
getHeadMethod()
Gets the headMethod value |
java.lang.Boolean |
getOptionsMethod()
Gets the optionsMethod value |
java.lang.Boolean |
getPostMethod()
Gets the postMethod value |
java.lang.Boolean |
getPutMethod()
Gets the putMethod value |
java.lang.String |
getRole()
Gets the role value |
void |
setAllMethod(java.lang.Boolean allMethod)
Sets the value of allMethod |
void |
setDeleteMethod(java.lang.Boolean deleteMethod)
Sets the value of deleteMethod |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setGetMethod(java.lang.Boolean getMethod)
Sets the value of getMethod |
void |
setHeadMethod(java.lang.Boolean headMethod)
Sets the value of headMethod |
void |
setOptionsMethod(java.lang.Boolean optionsMethod)
Sets the value of optionsMethod |
void |
setPostMethod(java.lang.Boolean postMethod)
Sets the value of postMethod |
void |
setPutMethod(java.lang.Boolean putMethod)
Sets the value of putMethod |
void |
setRole(java.lang.String role)
Sets the value of role |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleAndMethodsAuthorization()
Method Detail |
---|
public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- the role to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.Boolean getAllMethod()
public void setAllMethod(java.lang.Boolean allMethod)
allMethod
- the allMethod to setpublic java.lang.Boolean getPostMethod()
public void setPostMethod(java.lang.Boolean postMethod)
postMethod
- the postMethod to setpublic java.lang.Boolean getGetMethod()
public void setGetMethod(java.lang.Boolean getMethod)
getMethod
- the getMethod to setpublic java.lang.Boolean getPutMethod()
public void setPutMethod(java.lang.Boolean putMethod)
putMethod
- the putMethod to setpublic java.lang.Boolean getDeleteMethod()
public void setDeleteMethod(java.lang.Boolean deleteMethod)
deleteMethod
- the deleteMethod to setpublic java.lang.Boolean getHeadMethod()
public void setHeadMethod(java.lang.Boolean headMethod)
headMethod
- the headMethod to setpublic java.lang.Boolean getOptionsMethod()
public void setOptionsMethod(java.lang.Boolean optionsMethod)
optionsMethod
- the optionsMethod to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |