Class MandantAuthorization
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,Authorization>
-
- de.seitenbau.serviceportal.prozesspipeline.commons.config.MandantAuthorization
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Authorization>
public class MandantAuthorization extends java.util.HashMap<java.lang.String,Authorization>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MandantAuthorization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMandanten(MandantAuthorization newMandanten)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
addMandanten
public void addMandanten(MandantAuthorization newMandanten)
-
-