BrightSide Workbench Full Report + Source Code
org.turro.elephant.impl.security.RoleValue Class Reference
Inheritance diagram for org.turro.elephant.impl.security.RoleValue:
Collaboration diagram for org.turro.elephant.impl.security.RoleValue:

Public Member Functions

 RoleValue (String[] values)
 
void loadFrom (RoleValue values)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file RoleValue.java.

Constructor & Destructor Documentation

◆ RoleValue()

org.turro.elephant.impl.security.RoleValue.RoleValue ( String[]  values)

Definition at line 30 of file RoleValue.java.

30  {
31  super();
32  addAll(Arrays.asList(values));
33  }

Member Function Documentation

◆ loadFrom()

void org.turro.elephant.impl.security.RoleValue.loadFrom ( RoleValue  values)

Definition at line 35 of file RoleValue.java.

35  {
36  addAll(values);
37  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: