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 ;)
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DelegatorWithOtherPrivilegesLimitations(@NotNull UserType delegator, @NotNull List<OtherPrivilegesLimitationType> limitations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)@NotNull UserTypegetDelegator()@NotNull 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 @NotNull UserType delegator, @NotNull @NotNull List<OtherPrivilegesLimitationType> limitations)
-
-
Method Detail
-
getDelegator
@NotNull public @NotNull UserType getDelegator()
-
getLimitations
@NotNull public @NotNull List<OtherPrivilegesLimitationType> getLimitations()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-