fr.cnes.sitools.security.authorization.client
Class RoleAndMethodsAuthorization

java.lang.Object
  extended by fr.cnes.sitools.security.authorization.client.RoleAndMethodsAuthorization

public final class RoleAndMethodsAuthorization
extends java.lang.Object

Simple class for client-admin exchange

Author:
jp.boignard (AKKA Technologies)

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

RoleAndMethodsAuthorization

public RoleAndMethodsAuthorization()
Default constructor

Method Detail

getRole

public java.lang.String getRole()
Gets the role value

Returns:
the role

setRole

public void setRole(java.lang.String role)
Sets the value of role

Parameters:
role - the role to set

getDescription

public java.lang.String getDescription()
Gets the description value

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getAllMethod

public java.lang.Boolean getAllMethod()
Gets the allMethod value

Returns:
the allMethod

setAllMethod

public void setAllMethod(java.lang.Boolean allMethod)
Sets the value of allMethod

Parameters:
allMethod - the allMethod to set

getPostMethod

public java.lang.Boolean getPostMethod()
Gets the postMethod value

Returns:
the postMethod

setPostMethod

public void setPostMethod(java.lang.Boolean postMethod)
Sets the value of postMethod

Parameters:
postMethod - the postMethod to set

getGetMethod

public java.lang.Boolean getGetMethod()
Gets the getMethod value

Returns:
the getMethod

setGetMethod

public void setGetMethod(java.lang.Boolean getMethod)
Sets the value of getMethod

Parameters:
getMethod - the getMethod to set

getPutMethod

public java.lang.Boolean getPutMethod()
Gets the putMethod value

Returns:
the putMethod

setPutMethod

public void setPutMethod(java.lang.Boolean putMethod)
Sets the value of putMethod

Parameters:
putMethod - the putMethod to set

getDeleteMethod

public java.lang.Boolean getDeleteMethod()
Gets the deleteMethod value

Returns:
the deleteMethod

setDeleteMethod

public void setDeleteMethod(java.lang.Boolean deleteMethod)
Sets the value of deleteMethod

Parameters:
deleteMethod - the deleteMethod to set

getHeadMethod

public java.lang.Boolean getHeadMethod()
Gets the headMethod value

Returns:
the headMethod

setHeadMethod

public void setHeadMethod(java.lang.Boolean headMethod)
Sets the value of headMethod

Parameters:
headMethod - the headMethod to set

getOptionsMethod

public java.lang.Boolean getOptionsMethod()
Gets the optionsMethod value

Returns:
the optionsMethod

setOptionsMethod

public void setOptionsMethod(java.lang.Boolean optionsMethod)
Sets the value of optionsMethod

Parameters:
optionsMethod - the optionsMethod to set


Copyright © 2010-2013 CNES. All Rights Reserved.