Class RoleRelationObjectSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.RoleRelationObjectSpecificationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class RoleRelationObjectSpecificationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Definition of object with respect to subject relation to a role. Used to specify authorizations for role approvers, owners and so on.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_INCLUDE_MEMBERS
static ItemName
F_INCLUDE_REFERENCE_ROLE
static ItemName
F_OBJECT_RELATION
static ItemName
F_SUBJECT_RELATION
static Producer<RoleRelationObjectSpecificationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description RoleRelationObjectSpecificationType()
RoleRelationObjectSpecificationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleRelationObjectSpecificationType
clone()
<X> X
end()
boolean
equals(Object other)
QName
getObjectRelation()
List<QName>
getSubjectRelation()
RoleRelationObjectSpecificationType
id(Long value)
RoleRelationObjectSpecificationType
includeMembers(Boolean value)
RoleRelationObjectSpecificationType
includeReferenceRole(Boolean value)
Boolean
isIncludeMembers()
Boolean
isIncludeReferenceRole()
RoleRelationObjectSpecificationType
objectRelation(QName value)
void
setIncludeMembers(Boolean value)
void
setIncludeReferenceRole(Boolean value)
void
setObjectRelation(QName value)
RoleRelationObjectSpecificationType
subjectRelation(QName value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SUBJECT_RELATION
public static final ItemName F_SUBJECT_RELATION
-
F_OBJECT_RELATION
public static final ItemName F_OBJECT_RELATION
-
F_INCLUDE_MEMBERS
public static final ItemName F_INCLUDE_MEMBERS
-
F_INCLUDE_REFERENCE_ROLE
public static final ItemName F_INCLUDE_REFERENCE_ROLE
-
FACTORY
public static final Producer<RoleRelationObjectSpecificationType> FACTORY
-
-
Constructor Detail
-
RoleRelationObjectSpecificationType
public RoleRelationObjectSpecificationType()
-
RoleRelationObjectSpecificationType
@Deprecated public RoleRelationObjectSpecificationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getObjectRelation
public QName getObjectRelation()
-
setObjectRelation
public void setObjectRelation(QName value)
-
isIncludeMembers
public Boolean isIncludeMembers()
-
setIncludeMembers
public void setIncludeMembers(Boolean value)
-
isIncludeReferenceRole
public Boolean isIncludeReferenceRole()
-
setIncludeReferenceRole
public void setIncludeReferenceRole(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public RoleRelationObjectSpecificationType id(Long value)
-
subjectRelation
public RoleRelationObjectSpecificationType subjectRelation(QName value)
-
objectRelation
public RoleRelationObjectSpecificationType objectRelation(QName value)
-
includeMembers
public RoleRelationObjectSpecificationType includeMembers(Boolean value)
-
includeReferenceRole
public RoleRelationObjectSpecificationType includeReferenceRole(Boolean value)
-
end
public <X> X end()
-
clone
public RoleRelationObjectSpecificationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-