Uses of Class
org.openiam.model.ExternalAuditLog
-
Packages that use ExternalAuditLog Package Description org.openiam.match org.openiam.model -
-
Uses of ExternalAuditLog in org.openiam.match
Methods in org.openiam.match that return ExternalAuditLog Modifier and Type Method Description protected ExternalAuditLog
LogMatchObjectRule. newObjectInstance(MatchConfig config)
Methods in org.openiam.match that return types with arguments of type ExternalAuditLog Modifier and Type Method Description protected Predicate<ExternalAuditLog>
LogMatchObjectRule. byAttribute(String name, String value)
protected Predicate<ExternalAuditLog>
LogMatchObjectRule. byEmail(String searchFilter)
protected Predicate<ExternalAuditLog>
LogMatchObjectRule. byEmployeeId(String searchFilter)
protected Predicate<ExternalAuditLog>
LogMatchObjectRule. byManagedSystemPrincipal(String searchFilter, String managedSystemId)
protected Predicate<ExternalAuditLog>
LogMatchObjectRule. byName(String searchFilter)
-
Uses of ExternalAuditLog in org.openiam.model
Methods in org.openiam.model that return types with arguments of type ExternalAuditLog Modifier and Type Method Description List<ExternalAuditLog>
ExternalLogRequest. getEvents()
Method parameters in org.openiam.model with type arguments of type ExternalAuditLog Modifier and Type Method Description void
ExternalLogRequest. setEvents(List<ExternalAuditLog> events)
Constructors in org.openiam.model with parameters of type ExternalAuditLog Constructor Description LogPair(LineObject object, ExternalAuditLog idmObject)
-