Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType
-
-
Uses of FocusType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with type parameters of type FocusType Modifier and Type Method Description <F extends FocusType>
SecurityPolicyTypeModelInteractionService. getSecurityPolicy(PrismObject<F> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Methods in com.evolveum.midpoint.model.api that return FocusType Modifier and Type Method Description @NotNull FocusTypeAuthenticationEvaluator. checkCredentials(com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv, T authnCtx)Methods in com.evolveum.midpoint.model.api that return types with arguments of type FocusType Modifier and Type Method Description PrismObject<? extends FocusType>ModelService. searchShadowOwner(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns the Focus object representing owner of specified shadow.Methods in com.evolveum.midpoint.model.api with parameters of type FocusType Modifier and Type Method Description voidModelAuditRecorder. auditLoginFailure(String username, FocusType focus, com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv, String message)voidModelAuditRecorder. auditLoginSuccess(FocusType focus, com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv)Method parameters in com.evolveum.midpoint.model.api with type arguments of type FocusType Modifier and Type Method Description com.evolveum.midpoint.security.api.MidPointPrincipalModelInteractionService. assumePowerOfAttorney(PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result)CredentialsPolicyTypeModelInteractionService. getCredentialsPolicy(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns a credential policy that applies to the specified user.RegistrationsPolicyTypeModelInteractionService. getFlowPolicy(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns a policy for registration, e.g.voidModelInteractionService. refreshPrincipal(String oid, Class<? extends FocusType> clazz)<T> TModelInteractionService. runUnderPowerOfAttorney(Producer<T> producer, PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result)default <T> TModelInteractionService. runUnderPowerOfAttorneyChecked(CheckedProducer<T> producer, PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of FocusType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type FocusType Modifier and Type Method Description Class<? extends FocusType>MidpointDirContextAdapter. getFocusType()Method parameters in com.evolveum.midpoint.model.api.authentication with type arguments of type FocusType Modifier and Type Method Description GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipal(PrismObject<? extends FocusType> focus)GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipal(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.security.api.AuthorizationTransformer authorizationTransformer, OperationResult result)GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipal(String username, Class<? extends FocusType> clazz)GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipalByOid(String oid, Class<? extends FocusType> clazz)voidMidpointDirContextAdapter. setFocusType(Class<? extends FocusType> focusType)Constructors in com.evolveum.midpoint.model.api.authentication with parameters of type FocusType Constructor Description GuiProfiledPrincipal(@NotNull FocusType user) -
Uses of FocusType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context with type parameters of type FocusType Modifier and Type Method Description <F extends FocusType>
EvaluatedAssignment<F>EvaluatedExclusionTrigger. getConflictingAssignment()Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type FocusType Modifier and Type Method Description Class<? extends FocusType>AbstractAuthenticationContext. getPrincipalType() -
Uses of FocusType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with type parameters of type FocusType Modifier and Type Method Description <F extends FocusType>
StringMidpointFunctions. computeProjectionLifecycle(F focus, ShadowType shadow, ResourceType resource)Default function used to compute projection lifecycle.<F extends FocusType>
List<F>MidpointFunctions. getFocusesByCorrelationRule(Class<F> type, String resourceOid, ShadowKindType kind, String intent, ShadowType shadow)To be used e.g.<F extends FocusType>
booleanMidpointFunctions. isDirectlyAssigned(F focusType, ObjectType target)<F extends FocusType>
booleanMidpointFunctions. isDirectlyAssigned(F focusType, String targetOid)<F extends FocusType>
voidMidpointFunctions. recompute(Class<F> type, String oid)Recomputes focal object with the specified OID.<F extends FocusType>
PrismObject<F>MidpointFunctions. searchShadowOwner(String accountOid)Methods in com.evolveum.midpoint.model.api.expr with parameters of type FocusType Modifier and Type Method Description ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource)ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly)ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid)ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, boolean repositoryObjectOnly)ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent)ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly)@NotNull List<ShadowType>MidpointFunctions. getLinkedShadows(FocusType focus, String resourceOid)@NotNull List<ShadowType>MidpointFunctions. getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly)StringMidpointFunctions. getPlaintextUserPassword(FocusType user)Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type FocusType Modifier and Type Method Description StringMidpointFunctions. getPlaintextUserPasswordFromDeltas(List<ObjectDelta<? extends FocusType>> deltas) -
Uses of FocusType in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type FocusType Modifier and Type Method Description static AuthenticationBehavioralDataTypeAuthenticationEvaluatorUtil. getBehavior(FocusType focus)static @NotNull Collection<String>DeputyUtils. getDelegatorOids(@NotNull FocusType focus, @NotNull RelationRegistry relationRegistry)static @NotNull Collection<PrismReferenceValue>DeputyUtils. getDelegatorReferences(@NotNull FocusType focus, @NotNull RelationRegistry relationRegistry)static booleanDeputyUtils. isDelegationPresent(@NotNull FocusType deputy, @NotNull String delegatorOid, @NotNull RelationRegistry relationRegistry) -
Uses of FocusType in com.evolveum.midpoint.ninja.action.mining
Methods in com.evolveum.midpoint.ninja.action.mining with parameters of type FocusType Modifier and Type Method Description protected voidExportMiningConsumerWorker. write(Writer writer, @NotNull FocusType object)Method parameters in com.evolveum.midpoint.ninja.action.mining with type arguments of type FocusType Modifier and Type Method Description protected RunnableExportMiningRepositoryAction. createConsumer(BlockingQueue<FocusType> queue, OperationStatus operation)Constructor parameters in com.evolveum.midpoint.ninja.action.mining with type arguments of type FocusType Constructor Description ExportMiningConsumerWorker(NinjaContext context, ExportMiningOptions options, BlockingQueue<FocusType> queue, OperationStatus operation)ExportMiningProducerWorker(NinjaContext context, ExportMiningOptions options, BlockingQueue<FocusType> queue, OperationStatus operation, List<ExportMiningProducerWorker> producers, ObjectQuery query, Class<?> type) -
Uses of FocusType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with type parameters of type FocusType Modifier and Type Method Description static <F extends FocusType>
@NotNull List<ObjectReferenceType>FocusTypeUtil. getLiveLinkRefs(F focus) -
Uses of FocusType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 declared as FocusType Modifier and Type Field Description protected FocusTypeUserSessionManagementType. focusMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return FocusType Modifier and Type Method Description FocusTypeUserSessionManagementType. getFocus()Gets the value of the focus property.Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type FocusType Modifier and Type Method Description UserSessionManagementTypeUserSessionManagementType. focus(FocusType value)voidUserSessionManagementType. setFocus(FocusType value)Sets the value of the focus property. -
Uses of FocusType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of FocusType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classAbstractRoleType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Abstract class that contains the "essence" of a role.classArchetypeType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Archetype definition.classGenericObjectType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Generic object for storing unknown (unexpected) object types.classOrgType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Organizational unit, division, section, object group, team, project or any other form of organizing things and/or people.classRoleType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> A role in the extended Role-Based Access Control (RBAC) sense.classServiceType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> This object type represents any kind of abstract or concrete services or devices such as servers, virtual machines, printers, mobile devices, network nodes, application servers, applications or anything similar.classUserTypeUser object represents a physical user of the system.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as FocusType Modifier and Type Field Description protected FocusTypeObjectSynchronizationDiscriminatorType. ownerMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type FocusType Modifier and Type Method Description PrismObject<? extends FocusType>FocusType. asPrismObject()javax.xml.bind.JAXBElement<FocusType>ObjectFactory. createFocus(FocusType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type FocusType Modifier and Type Method Description javax.xml.bind.JAXBElement<FocusType>ObjectFactory. createFocus(FocusType value)ObjectSynchronizationDiscriminatorTypeObjectSynchronizationDiscriminatorType. owner(FocusType value)voidObjectSynchronizationDiscriminatorType. setOwner(FocusType value)Sets the value of the owner property.
-