Class EntitlementsHolder
- java.lang.Object
-
- org.apache.syncope.common.lib.types.EntitlementsHolder
-
public final class EntitlementsHolder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAll(Collection<String> values)
Set<String>
addFor(String anyType)
static EntitlementsHolder
getInstance()
Set<String>
getValues()
Set<String>
removeFor(String anyType)
-