Class DelegatorWithOtherPrivilegesLimitations
- java.lang.Object
-
- com.evolveum.midpoint.security.api.DelegatorWithOtherPrivilegesLimitations
-
- All Implemented Interfaces:
DebugDumpable
public class DelegatorWithOtherPrivilegesLimitations extends Object implements DebugDumpable
TODO better name ;)- Author:
- mederly
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DelegatorWithOtherPrivilegesLimitations(UserType delegator, List<OtherPrivilegesLimitationType> limitations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
UserType
getDelegator()
List<OtherPrivilegesLimitationType>
getLimitations()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
DelegatorWithOtherPrivilegesLimitations
public DelegatorWithOtherPrivilegesLimitations(@NotNull UserType delegator, @NotNull List<OtherPrivilegesLimitationType> limitations)
-
-
Method Detail
-
getDelegator
@NotNull public UserType getDelegator()
-
getLimitations
@NotNull public List<OtherPrivilegesLimitationType> getLimitations()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-